ng2-stable-nxtc
Version:
Angular Smart Table neXtCode Version
8 lines (7 loc) • 519 B
TypeScript
export * from './ng2-smart-table.module';
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';
export { CustomTitleInterface } from './components/thead/cells/custom-title.component/custom-title.interface';