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

Commit c886dc2

Browse files
jelbourndevversion
authored andcommitted
Add cdk menu & dialog modules to stackblitz template
1 parent f1669c0 commit c886dc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/assets/stack-blitz/src/material.module.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,15 @@ import {MatToolbarModule} from '@angular/material/toolbar';
4343
import {MatTooltipModule} from '@angular/material/tooltip';
4444
import {MatTreeModule} from '@angular/material/tree';
4545
import {OverlayModule} from '@angular/cdk/overlay';
46+
import {CdkMenuModule} from '@angular/cdk/menu';
47+
import {DialogModule} from '@angular/cdk/dialog';
4648

4749
@NgModule({
4850
exports: [
4951
A11yModule,
5052
CdkAccordionModule,
5153
ClipboardModule,
54+
CdkMenuModule,
5255
CdkStepperModule,
5356
CdkTableModule,
5457
CdkTreeModule,
@@ -91,6 +94,7 @@ import {OverlayModule} from '@angular/cdk/overlay';
9194
OverlayModule,
9295
PortalModule,
9396
ScrollingModule,
97+
DialogModule,
9498
]
9599
})
96100
export class MaterialExampleModule {}

0 commit comments

Comments
 (0)