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 357da71 commit f8b9e3cCopy full SHA for f8b9e3c
src/cdk/scrolling/index.ts
@@ -7,9 +7,3 @@
7
*/
8
9
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
@@ -14,3 +14,9 @@ export * from './viewport-ruler';
export * from './virtual-for-of';
export * from './virtual-scroll-strategy';
16
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