angular4-material-table
Version:
Angular 4 table based on @angular/cdk table structure, to allow row insertion, edition, validation and deletion.
8 lines (7 loc) • 461 B
TypeScript
export { AppModule } from './src/app.module';
export { ValidatorService } from './src/validator.service';
export { DefaultValidatorService } from './src/default-validator.service';
export { TableDataSource } from './src/table-data-source';
export { TableElement } from './src/table-element';
export { TableElementTemplateDriven } from './src/table-element-template-driven';
export { TableElementReactiveForms } from './src/table-element-reactive-forms';