Skip to content

Commit c528188

Browse files
committed
Fixing actions menu.
1 parent bc14a54 commit c528188

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eform-client/src/app/plugins/modules/greate-belt-pn/greate-belt-pn.module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import * as reportReducer from './state/report/report.reducer';
1616
import {StoreModule} from '@ngrx/store';
1717
import {MatMenu, MatMenuItem, MatMenuTrigger} from '@angular/material/menu';
1818
import {MatIcon} from '@angular/material/icon';
19+
import {MatIconButton} from "@angular/material/button";
1920

2021
@NgModule({
2122
imports: [
@@ -36,6 +37,7 @@ import {MatIcon} from '@angular/material/icon';
3637
MatIcon,
3738
MatMenu,
3839
MatMenuItem,
40+
MatIconButton
3941
],
4042
declarations: [
4143
GreateBeltPnLayoutComponent,

0 commit comments

Comments
 (0)