@ngjoy/mat-xtnd
TypeScript icon, indicating that this package has built-in type declarations

14.2.0 • Public • Published

An angular material (@angular/material) Library

MatXtnd

Extending Angular Material Components for fast development

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

Introduce into angular projects.

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

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

Readme

Keywords

Package Sidebar

Install

npm i @ngjoy/mat-xtnd

Weekly Downloads

0

Version

14.2.0

License

MIT

Unpacked Size

543 kB

Total Files

110

Last publish

Collaborators

  • wilsonsergio2500