I am trying to add a glyphicon in my angular project.
<span class="glyphicon glyphicon-star-empty"></span>
imported bootstrap like this in style.css after downloading it using "npm install bootstrap --save"
@import "~bootstrap/dist/css/bootstrap.css";
but unable to get the appropriate result
Comments
Post a Comment