Skip to content

Commit 32dcc17

Browse files
authored
docs(cdk/scrolling): make ScrollingModule the primary export (#20112) (#20195)
This designates ScrollingModule as the primary module for cdk/scrolling. Fixes #20112
1 parent 37a4eb6 commit 32dcc17

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)