File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
eform-client/src/app/plugins/modules/greate-belt-pn Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ import {MatFormFieldModule} from '@angular/material/form-field';
1414import { MatInputModule } from '@angular/material/input' ;
1515import * as reportReducer from './state/report/report.reducer' ;
1616import { StoreModule } from '@ngrx/store' ;
17+ import { MatMenu , MatMenuItem , MatMenuTrigger } from '@angular/material/menu' ;
18+ import { MatIcon } from '@angular/material/icon' ;
1719
1820@NgModule ( {
1921 imports : [
@@ -29,7 +31,11 @@ import {StoreModule} from '@ngrx/store';
2931 MatInputModule ,
3032 StoreModule . forFeature ( 'greateBeltPn' , {
3133 reportState : reportReducer . reportReducer ,
32- } )
34+ } ) ,
35+ MatMenuTrigger ,
36+ MatIcon ,
37+ MatMenu ,
38+ MatMenuItem ,
3339 ] ,
3440 declarations : [
3541 GreateBeltPnLayoutComponent ,
You can’t perform that action at this time.
0 commit comments