@pranxy/mat-extras

<!-- [![npm](https://img.shields.io/npm/v/@pranxy/extensions.svg)](https://www.npmjs.com/package/@pranxy/extensions) --> <!-- [![GitHub Release Date](https://img.shields.io/github/release-date/pranxy/extensions)](https://github.com/pranxy/extensions/relea

Usage no npm install needed!

<script type="module">
  import pranxyMatExtras from 'https://cdn.skypack.dev/@pranxy/mat-extras';
</script>

README

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 main module:

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

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

Alternatively you could only import modules you need, e.g. data-grid and select.

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

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

License

MIT