We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc606d0 commit 0316ebdCopy full SHA for 0316ebd
src/cdk/table/public_api.ts
@@ -16,6 +16,9 @@ export * from './table';
16
export * from './cell';
17
export * from './row';
18
19
+/** Re-export DataSource for a more intuitive experience for users of just the table. */
20
+export {DataSource} from '@angular/cdk/collections';
21
+
22
const EXPORTED_DECLARATIONS = [
23
CdkTable,
24
CdkRowDef,
0 commit comments