tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.82k stars 919 forks source link

Problem with adding fontawesome icons #488

Closed peterclemenko closed 4 years ago

peterclemenko commented 4 years ago

I know this is probably my fault but I need to ask anyway. I'm trying to add a button, "cases" to the dropdown where logout goes when authed. I try to add an icon but while the space is placed for it, no icon, in this case the fontawesome folder icon, shows up. Does anyone have any info on why this is happening and how to fix it?

` <button mat-menu-item (click)="onLogoutClick()">

          <span>{{ 'navrie-frontend.menu.cases' | translate }}</span>
        </button>`
tomastrajan commented 4 years ago

Hi @aoighost !

Did you also add your icon into here ?

peterclemenko commented 4 years ago

No I didn't, thanks for pointing that out.