@gewd/mat-utils
v1.0.0
Published
Collection of functions around Angular Material Components and some other utils
Downloads
10
Readme
@gewd/mat-utils
Collection of functions around Angular Material Components and some other utils
@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
]
})