Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit f17c1b5

Browse files
Splaktarjosephperrott
authored andcommitted
fix(scrolling): add ScrollingModule (#547)
1 parent 29469e7 commit f17c1b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/assets/stackblitz/material-module.ts

Lines changed: 2 additions & 0 deletions
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)