We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc14a54 commit c528188Copy full SHA for c528188
eform-client/src/app/plugins/modules/greate-belt-pn/greate-belt-pn.module.ts
@@ -16,6 +16,7 @@ import * as reportReducer from './state/report/report.reducer';
16
import {StoreModule} from '@ngrx/store';
17
import {MatMenu, MatMenuItem, MatMenuTrigger} from '@angular/material/menu';
18
import {MatIcon} from '@angular/material/icon';
19
+import {MatIconButton} from "@angular/material/button";
20
21
@NgModule({
22
imports: [
@@ -36,6 +37,7 @@ import {MatIcon} from '@angular/material/icon';
36
37
MatIcon,
38
MatMenu,
39
MatMenuItem,
40
+ MatIconButton
41
],
42
declarations: [
43
GreateBeltPnLayoutComponent,
0 commit comments