14.2.0 • Published 9 months ago

@ngjoy/mat-xtnd v14.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

An angular material (@angular/material) Library

Introduction

A user experiences adopted for common use among projects, This library assumes the use of (@angular/material) as a library, and it extends material design principle into a few more ideas for fast development.

Installation

npm install @ngjoy/mat-xtnd --save

Introduce

import { MatXtndModule } from '@ngjoy/mat-xtnd';
....

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserAnimationsModule,
    BrowserModule,
    MaterialComponentsModule,
    MatXtndModule,
    ...
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }
14.2.0

9 months ago

14.1.0

12 months ago

14.0.2

1 year ago

13.0.1

1 year ago

11.0.4

1 year ago

11.0.3

1 year ago

11.0.2

1 year ago

11.0.1

1 year ago