@gewd/mat-utils

Collection of functions around Angular Material Components and some other utils

Usage no npm install needed!

<script type="module">
  import gewdMatUtils from 'https://cdn.skypack.dev/@gewd/mat-utils';
</script>

README

@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
  ]
})