Skip to content

fireflysemantics/material-base-module

Repository files navigation

Kitchen Sink Angular Material Base Module

Kitchen sink module containing all the Angular Material components.

Origin

The Angular Material Stackblitz demoes come with a material.module.

Install

npm i @fireflysemantics/material-base-module

Usage

Import and include the module in the module where you need the Angular Material components.

import { MaterialBaseModule } from '@fireflysemantics/material-base-module';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
      ...
    MaterialModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Versioning

We will use semantic versioning so that the versions of this module match Angular Material.

Documentation

Module Creation Process

About

Angular Material Base Kitchen Sink Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published