0.0.1 • Published 8 months ago

search-table-reactive v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Search Table

This library allows you to search the tables.

Install

  npm install search-table --save

USE

  import { SearchTableModule } from 'search-table';

  @NgModule({
    ...
    imports: [
      SearchTableModule
    ],
    ...
    })
  export class YourModule { }
0.0.1

8 months ago