Skip to content

Commit 27d0d78

Browse files
Splaktarjosephperrott
authored andcommittedOct 19, 2018
fix(scrolling): add ScrollingModule (#547)
1 parent 0e2c7f9 commit 27d0d78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎material.angular.io/src/assets/stackblitz/material-module.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import {DragDropModule} from '@angular/cdk/drag-drop';
2+
import {ScrollingModule} from '@angular/cdk/scrolling';
23
import {CdkTableModule} from '@angular/cdk/table';
34
import {CdkTreeModule} from '@angular/cdk/tree';
45
import {NgModule} from '@angular/core';
@@ -80,6 +81,7 @@ import {
8081
MatToolbarModule,
8182
MatTooltipModule,
8283
MatTreeModule,
84+
ScrollingModule,
8385
]
8486
})
8587
export class DemoMaterialModule {}

0 commit comments

Comments
 (0)