0.0.4 • Published 3 years ago

@theuiguy/dynamic-list v0.0.4

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

DynamicTable

Dynamic table built with angular material.

Getting Started

A full demo can be found on Dynamic Table. This library is still a WIP.

Install with npm:

npm i @theuiguy/dynamic-list

After installation include TableAltModule in your module imports:

import { TableAltModule } from '@theuiguy/dynamic-list';
...
imports: [
    TableAltModule
  ],
...