How to add Fontawesome to an Angular app and get the icons to appear-Twitter bootstrap
I added "@fortawesome/fontawesome-free": "5.15.1" to dependencies in my package.json and then I added to my html <span class="fas fa-sign-in-alt"></span> but nothing shows up. What do I need to do? It's completely unclear. I'm in a project created by VisualStudio and…