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?
There are no Glyphicons now in Bootstrap 4 so you'd use another icon package such as FontAwesome or installed the Glyphicons separately.