Search code examples
glyphiconsbootstrap-4

how to use Glyphicons in bootstrap 4 and angular2?


I am doing an app with angular-cli and bootstrap4, but when I do some references to Glyphicons, the icons don´t appear. For example, when I add the following code:

<button type="button" class="btn btn-default btn-lg">
  <span class="glyphicon glyphicon-star" aria-hidden="true"></span> Star
</button>

I did the bootstrap installation in my angular project with:

$ npm install --save [email protected]

I should make any extra step to have the Glyphicons in bootstrap? Do I should install another npm package specific for Glyphicons?


Solution

  • There are no Glyphicons now in Bootstrap 4 so you'd use another icon package such as FontAwesome or installed the Glyphicons separately.