ng-pure-datatable
Version:
This is a Angular datatable for tables which is not dependent on jquery. This is fully written with typescript and it uses observables to communicate events across the user defined table. This is inspired by previous libraries I wrote for `Larang-Paginato
10 lines (9 loc) • 606 B
TypeScript
/**
* Generated bundle index. Do not edit.
*/
export * from './public_api';
export { NgPaginateComponent as ɵb } from './src/app/ng-pure-datatable/ng-paginate/ng-paginate.component';
export { NgPaginateService as ɵc } from './src/app/ng-pure-datatable/ng-paginate/ng-paginate.service';
export { NgPureDatatableComponent as ɵa } from './src/app/ng-pure-datatable/ng-pure-datatable.component';
export { NgSearchComponent as ɵd } from './src/app/ng-pure-datatable/ng-search/ng-search.component';
export { NgSearchService as ɵe } from './src/app/ng-pure-datatable/ng-search/ng-search.service';