Angular 7 - Font Awesome 5
In this article, we'll see how to setup Font Awesome 5 in Angular 7.
Last updated
In this article, we'll see how to setup Font Awesome 5 in Angular 7.
Last updated
🎬Video version: https://www.youtube.com/watch?v=wTOzRfWzdcQ
Installing angular-cli
Note: you can skip this part if you already have application generated
Open src/index.html
and insert this entry in the head section.
Pick an icon in the Font Awesome Icon section. Here we chose angellist
.
Open src/app/app.component.html
and add:
Launch the application: