Skip to content

Commit d87dc82

Browse files
committed
Angular Material In Depth
1 parent 4fc86f3 commit d87dc82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/app.module.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ import {MatGridListModule} from '@angular/material/grid-list';
4646
import {TreeDemoComponent} from './tree-demo/tree-demo.component';
4747
import {MatTreeModule} from '@angular/material/tree';
4848
import {VirtualScrollingComponent} from './virtual-scrolling/virtual-scrolling.component';
49+
import {ScrollingModule} from '@angular/cdk/scrolling';
4950

5051
@NgModule({
5152
declarations: [
@@ -92,7 +93,8 @@ import {VirtualScrollingComponent} from './virtual-scrolling/virtual-scrolling.c
9293
MatNativeDateModule,
9394
ReactiveFormsModule,
9495
MatGridListModule,
95-
MatTreeModule
96+
MatTreeModule,
97+
ScrollingModule
9698
],
9799
providers: [
98100
CoursesService,

0 commit comments

Comments
 (0)