Skip to content

Commit eaca938

Browse files
committed
reverse table => legacy-table dependency
1 parent b00b75f commit eaca938

File tree

11 files changed

+578
-569
lines changed

11 files changed

+578
-569
lines changed

src/components-examples/material-experimental/mdc-table/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ ng_module(
2424
"//src/material/legacy-checkbox",
2525
"//src/material/legacy-input",
2626
"//src/material/legacy-paginator",
27+
"//src/material/legacy-table",
2728
"//src/material/legacy-table/testing",
2829
"//src/material/progress-spinner",
2930
"//src/material/sort",
30-
"//src/material/table",
3131
"@npm//@angular/platform-browser",
3232
"@npm//@angular/platform-browser-dynamic",
3333
"@npm//@types/jasmine",

src/material/legacy-table/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ng_module(
2323
"//src/cdk/coercion",
2424
"//src/cdk/table",
2525
"//src/material/core",
26+
"//src/material/table",
2627
"//src/material/legacy-paginator",
2728
"//src/material/sort",
2829
] + glob(["**/*.html"]),

src/material/legacy-table/public-api.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ export * from './table';
1212
export * from './row';
1313
export * from './table-data-source';
1414
export * from './text-column';
15+
export {
16+
MatTableDataSourcePageEvent as MatLegacyTableDataSourcePageEvent,
17+
MatTableDataSourcePaginator as MatLegacyTableDataSourcePaginator,
18+
_MatTableDataSource as _MatLegacyTableDataSource,
19+
} from '@angular/material/table';

0 commit comments

Comments
 (0)