@pranxy/material-extras

Angular Material based components

Usage no npm install needed!

<script type="module">
  import pranxyMaterialExtras from 'https://cdn.skypack.dev/@pranxy/material-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 modules you need, e.g. select.

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

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

License

MIT