Skip to content

Commit 0316ebd

Browse files
committed
reexport datasource
1 parent fc606d0 commit 0316ebd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cdk/table/public_api.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ export * from './table';
1616
export * from './cell';
1717
export * from './row';
1818

19+
/** Re-export DataSource for a more intuitive experience for users of just the table. */
20+
export {DataSource} from '@angular/cdk/collections';
21+
1922
const EXPORTED_DECLARATIONS = [
2023
CdkTable,
2124
CdkRowDef,

0 commit comments

Comments
 (0)