angular-table-searcher
Version:
This is an angular table searcher. it helps to use keys provided to search through a list of objects and if no keys are provided, it searches for the occurrence of the input value. it also makes request to endpoint if url is provided for backend search.
6 lines (5 loc) • 450 B
TypeScript
export { EventsService } from './src/app/table-searcher/event.service';
export { TableSearcherService } from './src/app/table-searcher/table-searcher.service';
export { TableSearcherInterface } from './src/app/table-searcher/table-searcher.interface';
export { TableSearcherTypesEnum } from './src/app/table-searcher/table-seacher-types.enum';
export { AngularTableSearcherModule } from './src/app/table-searcher/angular-table-searcher.module';