@fireflysemantics/material-base-module
TypeScript icon, indicating that this package has built-in type declarations

15.2.2 • Public • Published

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

Package Sidebar

Install

npm i @fireflysemantics/material-base-module

Weekly Downloads

2

Version

15.2.2

License

MIT

Unpacked Size

58.8 kB

Total Files

12

Last publish

Collaborators

  • ole.ersoy