11.0.1 • Published 3 years ago

@pranxy/material-extras v11.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Pranxy Material Extras

The Pranxy Material Extras is an extended library of Angular Material.

Installation

At first, you should install the Angular Material and setup it. Learn more about the setup.

Install the Material Extras library:

$ npm install @pranxy/material-extras --save

Setup

Once installed you need to import the modules you need, e.g. select.

import { PmeSelectModule } from '@pranxy/material-extras/select';

@NgModule({
  ...
  imports: [PmeSelectModule, ...],
  ...
})
export class YourAppModule {
}

License

MIT