Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Bootstrap glyphicon not showing up in angular 7

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