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 4fc86f3 commit d87dc82Copy full SHA for d87dc82
src/app/app.module.ts
@@ -46,6 +46,7 @@ import {MatGridListModule} from '@angular/material/grid-list';
46
import {TreeDemoComponent} from './tree-demo/tree-demo.component';
47
import {MatTreeModule} from '@angular/material/tree';
48
import {VirtualScrollingComponent} from './virtual-scrolling/virtual-scrolling.component';
49
+import {ScrollingModule} from '@angular/cdk/scrolling';
50
51
@NgModule({
52
declarations: [
@@ -92,7 +93,8 @@ import {VirtualScrollingComponent} from './virtual-scrolling/virtual-scrolling.c
92
93
MatNativeDateModule,
94
ReactiveFormsModule,
95
MatGridListModule,
- MatTreeModule
96
+ MatTreeModule,
97
+ ScrollingModule
98
],
99
providers: [
100
CoursesService,
0 commit comments