Angular + FontAwesome in Five Easy Steps
A step-by-step angular tutorial
FontAwesome is the internet’s most popular icon toolkit which ...
For further actions, you may consider blocking this person and/or reporting abuse
Font Awesome has a component implementation in Angular. @fortawesome/angular-fontawesome. I think it's better than using CSS classes.
I think the CSS import is more lightweight, and can be used with storybook more easily then the component implementation.
With the component implementation you can pick the icons you want to use, instead of importing the whole library
Yes!
I just going to write about that concrete module.
The next week to compare these steps!
Good catch!
You should have selectable code instead of images for easy copy & paste
how to use it with regular css instead of scss, just in case?