@edugouvfr/ngx-dsfr
Version:
NgxDsfr est un portage Angular des éléments d'interface du Système de Design de l'État Français (DSFR).
10 lines (9 loc) • 596 B
TypeScript
export { DsfrTableFooterComponent } from './component/table-footer.component';
export { DsfrTableComponent } from './table.component';
export { DsfrDataTableService } from './service/datatable.service';
export { DsfrCellDirective } from './directive/cell.directive';
export { DsfrColumnDirective } from './directive/column.directive';
export { DsfrSelectAllDirective } from './directive/header-select.directive';
export { DsfrSelectRowDirective } from './directive/row-select.directive';
export { DsfrSortColumnDirective } from './directive/sort-column.directive';
export * from './table.model';