0.3.3 • Published 5 years ago

pmt-data-table v0.3.3

Weekly downloads
48
License
-
Repository
-
Last release
5 years ago

PmtDialog

Data table for angular-cli developed with Angular Material

Getting Started

Install package

npm install --save pmt-dialog

Upgrade package

npm uninstall --save pmt-dialog
npm install --save pmt-dialog

In your app.module.ts, insert code:

...
import { PmtDataTableModule } from 'pmt-data-table';
...
@NgModule({
  imports: [
    ...
    PmtDataTableModule
  ],
  ...
})

Use package

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.2

6 years ago

0.0.1

6 years ago