Unfotunatley this does not exactly solve your problem, because you will need to use the argument svgIcon on the mat-icon element instead of ... ... <看更多>
Search
Search
Unfotunatley this does not exactly solve your problem, because you will need to use the argument svgIcon on the mat-icon element instead of ... ... <看更多>
All icons are rendered as my_icon1.svg . If I change order in html file f.e.: <mat-icon svgIcon="my_icon2"></mat- ... ... <看更多>
The key binding is [svgIconOverrides]="icons" . You are actually overriding the mat-icon svgIcon property. This is the original carousel code where the binding ... ... <看更多>
Angular 5 Material design custom icons.I was looking for a way to add my custom sgv icons in angular 5 ... ... <看更多>
I still have problems to style a Material component that is wrapped in a custom component. I have a <logo> component that contains <md-icon svgIcon="logo"> ... ... <看更多>