Font Awesome 5 with Angular
You have two options: 1. Use angular-fontawesome library Just follow the instructions on their github page. 2. Use fontawesome 5 directly Make sure you have installed all the relevant npm packages. For Pro packages check out this. Import relevant icons: import {faChevronLeft, faChevronRight} from ‘@fortawesome/fontawesome-free-solid’; import fontawesome from ‘@fortawesome/fontawesome’; Add the icons to fontawesome library … Read more