-
Notifications
You must be signed in to change notification settings - Fork 914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Material Icons don't show up #508
Comments
Hey @marioagarcia did you find any solutions to use mat-icon? |
Hi @marioagarcia ! The icons are imported explicitly to reduce bundle size. You have to add it here Hope that helps! |
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:
@parthnayak7448, hope this helps! |
For me it was working when I made the entry in core.module 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: