1.0.0 • Published 3 years ago

@digikare/custiconify v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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>

Demo

Demo