@handsontable/angular-wrapper
Version:
Best Data Grid for Angular with Spreadsheet Look and Feel.
10 lines (9 loc) • 531 B
TypeScript
export * from './lib/hot-table.component';
export * from './lib/services/hot-settings-resolver.service';
export * from './lib/hot-table.module';
export * from './lib/services/hot-global-config.service';
export * from './lib/renderer/hot-dynamic-renderer-component.service';
export * from './lib/renderer/hot-cell-renderer.component';
export * from './lib/editor/hot-cell-editor.component';
export { GridSettings } from './lib/models/grid-settings';
export { ColumnSettings, CustomValidatorFn } from './lib/models/column-settings';