@digikare/custiconify

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @digikare/custiconify

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

34.2 MB

Total Files

256

Last publish

Collaborators

  • kakaruto
  • spike008t
  • workfel