Baseline:
- Angular 6.0.3
- Angular Materials 6.4.2
- "@fortawesome/angular-fontawesome": "^0.1.1"
- "@fortawesome/fontawesome-svg-core": "^1.2.2"
"@fortawesome/free-solid-svg-icons": "^5.2.0"
So I have installed angular-fontawesome and I'm trying to get the
<mat-icon>
directive to work, but its not. I was unclear on how to register the fonts or if I even needed too. I'm looking for an example of where someone is using the new font-awesome with angular and what is needed to use the<mat-icon>
directive to get the icons to display. If I follow the instructions on the angular-font-awesome GitHub page it all works, but they are using tags like this:<fa-icon icon="coffee"></fa-icon>
Can someone please go through the setup so I can get these to render using the <mat-icon>
directive.