This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to add Font Awesome @fortawesome/fontawesome-free to an Angular project? | |
1) Go to the project directory | |
2) Install Font Awesome as said on their website: | |
https://fontawesome.com/how-to-use/on-the-web/setup/getting-started?using=web-fonts-with-css | |
through npm: npm install --save @fortawesome/fontawesome-free | |
Use '--save' not '--save-dev' | |
3) Add Font Awesome to 'styles' in 'anguler.json': |