Skip to content

Commit f8b9e3c

Browse files
committed
move ScrollDispatchModule re-export to public-api
1 parent 357da71 commit f8b9e3c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/cdk/scrolling/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,3 @@
77
*/
88

99
export * from './public-api';
10-
11-
/**
12-
* @deprecated ScrollingModule has been renamed to ScrollingModule.
13-
* @breaking-change 8.0.0 delete this re-export
14-
*/
15-
export {ScrollingModule as ScrollDispatchModule} from './scrolling-module';

src/cdk/scrolling/public-api.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ export * from './viewport-ruler';
1414
export * from './virtual-for-of';
1515
export * from './virtual-scroll-strategy';
1616
export * from './virtual-scroll-viewport';
17+
18+
/**
19+
* @deprecated ScrollingModule has been renamed to ScrollingModule.
20+
* @breaking-change 8.0.0 delete this re-export
21+
*/
22+
export {ScrollingModule as ScrollDispatchModule} from './scrolling-module';

0 commit comments

Comments
 (0)