Thursday, August 29, 2019

Icons in Angular Material

See: this. And use this stuff like so:

<mat-icon>lock</mat-icon>

 
 

The key you fish out from the link I provide goes inside of the tag, get it? In this case I want to show the icon of a padlock so the word "lock" goes side of the mat-icon tag. You have to have Angular Materials installed within your Angular application to get this stuff afloat.

No comments:

Post a Comment