ng2-smart-table-custom
Version:
Angular Smart Table with inline-validations support
8 lines (7 loc) • 468 B
TypeScript
export * from './ng2-smart-table.module';
export { ValidatorService } from './lib/validator.service';
export { ViewCell } from './components/cell/cell-view-mode/view-cell';
export { DefaultEditor, Editor } from './components/cell/cell-editors/default-editor';
export { Cell } from './lib/data-set/cell';
export { LocalDataSource } from './lib/data-source/local/local.data-source';
export { ServerDataSource } from './lib/data-source/server/server.data-source';