1.0.0 • Published 2 years ago

@gewd/mat-utils v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
2 years ago

@gewd/mat-utils

Collection of functions around Angular Material Components and some other utils

NPM Version Package Size

@gewd/mat-utils/material-icons

Shortcut to register the material icons

@NgModule({
  declarations: [AppComponent],
  imports: [
    RegisterIconsModule.register({
      pathToIcons: './assets/material_icons',
      iconArray: [
        'add',
        'art_track',
      ]
    }),
    MatIconModule
  ]
})