File tree Expand file tree Collapse file tree 2 files changed +33
-9
lines changed
src/material/legacy-table Expand file tree Collapse file tree 2 files changed +33
-9
lines changed Original file line number Diff line number Diff line change 6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
8
9
- export * from './table-module' ;
10
- export * from './cell' ;
11
- export * from './table' ;
12
- export * from './row' ;
13
- export * from './table-data-source' ;
14
- export * from './text-column' ;
9
+ export { MatLegacyTableModule } from './table-module' ;
10
+ export {
11
+ MatLegacyCellDef ,
12
+ MatLegacyHeaderCellDef ,
13
+ MatLegacyFooterCellDef ,
14
+ MatLegacyColumnDef ,
15
+ MatLegacyHeaderCell ,
16
+ MatLegacyFooterCell ,
17
+ MatLegacyCell ,
18
+ } from './cell' ;
19
+ export { MatLegacyRecycleRows , MatLegacyTable } from './table' ;
20
+ export {
21
+ MatLegacyHeaderRowDef ,
22
+ MatLegacyFooterRowDef ,
23
+ MatLegacyRowDef ,
24
+ MatLegacyHeaderRow ,
25
+ MatLegacyFooterRow ,
26
+ MatLegacyRow ,
27
+ MatLegacyNoDataRow ,
28
+ } from './row' ;
29
+ export { MatLegacyTableDataSource } from './table-data-source' ;
30
+ export { MatLegacyTextColumn } from './text-column' ;
15
31
export {
16
32
MatTableDataSourcePageEvent as MatLegacyTableDataSourcePageEvent ,
17
33
MatTableDataSourcePaginator as MatLegacyTableDataSourcePaginator ,
Original file line number Diff line number Diff line change 6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
8
9
- export * from './table-harness' ;
10
- export * from './row-harness' ;
11
- export * from './cell-harness' ;
9
+ export { MatLegacyTableHarness } from './table-harness' ;
10
+ export {
11
+ MatLegacyRowHarness ,
12
+ MatLegacyHeaderRowHarness ,
13
+ MatLegacyFooterRowHarness ,
14
+ } from './row-harness' ;
15
+ export {
16
+ MatLegacyCellHarness ,
17
+ MatLegacyHeaderCellHarness ,
18
+ MatLegacyFooterCellHarness ,
19
+ } from './cell-harness' ;
12
20
export {
13
21
CellHarnessFilters as LegacyCellHarnessFilters ,
14
22
RowHarnessFilters as LegacyRowHarnessFilters ,
You can’t perform that action at this time.
0 commit comments