@fireflysemantics/material-base-module
v15.2.2
Published
Kitchen sink module containing all the Angular Material components.
Maintainers
Readme
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-moduleUsage
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.
