@digikare/custiconify
v1.0.0
Published
Generate custom icon registry from folder
Downloads
11
Readme
Custiconify
Register custom icons from folder automatically on your Angular application.
The schematics allows you to easily setup all your custom icons with library Angular material icon <mat-icon>
by automatically read all icons files and setting up the registry with all your icons
this.matIconRegistry.addSvgIcon(xxxx)
Introduction
- Choose your differents icon files
- Paste it into your angular project
- Launch on your angular app
ng add @digikare/custiconify
- And try in your component
<mat-icon svgIcon='SVG_NAME'></mat-icon>
Usage
ng add @digikare/custiconify
// app.component.html
<mat-icon svgIcon="XXXX"></mat-icon>