Skip to content

Commit b1bfcf0

Browse files
howardjingmmalerba
authored andcommitted
docs(cdk/scrolling): make ScrollingModule the primary export (#20112) (#20195)
This designates ScrollingModule as the primary module for cdk/scrolling. Fixes #20112
1 parent 3d8597f commit b1bfcf0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cdk/scrolling/scrolling-module.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ import {CdkVirtualScrollViewport} from './virtual-scroll-viewport';
2020
})
2121
export class CdkScrollableModule {}
2222

23+
/**
24+
* @docs-primary-export
25+
*/
2326
@NgModule({
2427
imports: [
2528
BidiModule,

0 commit comments

Comments
 (0)