@theuiguy/dynamic-list
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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
  ],
...

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @theuiguy/dynamic-list

    Weekly Downloads

    1

    Version

    0.0.4

    License

    none

    Unpacked Size

    166 kB

    Total Files

    29

    Last publish

    Collaborators

    • theuiguy