15.2.2 • Published 1 year ago

@fireflysemantics/material-base-module v15.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

15.2.2

1 year ago

11.0.13

2 years ago

11.0.4

3 years ago

11.0.5

3 years ago

11.0.10

3 years ago

11.0.11

3 years ago

11.0.3

3 years ago

11.0.2

3 years ago

11.0.0

3 years ago