You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I try to use a simple mat-icon element the icon does not show up. Would you tell me what I need to override so that I can use a normal mat-icon like this:
<mat-icon>home</mat-icon>
The reason why I need to use normal mat-icons is that when trying to use the Angular Material's stepper the edit icons that the stepper uses don't show up as they should.
Thank you.
The text was updated successfully, but these errors were encountered:
Thanks for the tip. I see that is the case for font-awesome icons but not material icons. I am able to see the material icons after adding this to the index.html file:
Hi, when I try to use a simple
mat-icon
element the icon does not show up. Would you tell me what I need to override so that I can use a normalmat-icon
like this:<mat-icon>home</mat-icon>
The reason why I need to use normal
mat-icons
is that when trying to use the Angular Material's stepper the edit icons that the stepper uses don't show up as they should.Thank you.
The text was updated successfully, but these errors were encountered: