0.0.1 • Published 2 years ago

search-table-reactive v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago