ng2-smart-table-custom
Version:
Angular Smart Table with inline-validations support
7 lines • 421 B
JavaScript
export * from './ng2-smart-table.module';
export { ValidatorService } from './lib/validator.service';
export { DefaultEditor } 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';
//# sourceMappingURL=index.js.map