angular-bootstrap-md
Version:
<a href="http://mdbootstrap.com/docs/angular/getting-started/download/"><img src="https://mdbootstrap.com/img/Marketing/general/logo/medium/mdb-angular2.png"></a> # Angular Bootstrap with Material Design
8 lines (7 loc) • 511 B
TypeScript
export { TableModule } from './tables.module';
export { MdbTablePaginationComponent } from './components/mdb-table-pagination.component';
export { MdbTableRowDirective } from './directives/mdb-table-row.directive';
export { MdbTableScrollDirective } from './directives/mdb-table-scroll.directive';
export { MdbTableSortDirective } from './directives/mdb-table-sort.directive';
export { MdbTableDirective } from './directives/mdb-table.directive';
export { MdbTableService } from './services/mdb-table.service';