diff options
author | 2019-12-03 15:33:43 +0000 | |
---|---|---|
committer | 2019-12-03 15:33:43 +0000 | |
commit | 2a8f0ba72f2c449d2048674a22820d4f8385f8ca (patch) | |
tree | bbdec4b493af20f44d935bf4671c1276c9e1bfc7 /vid-webpack-master/src/app/shared/shared.module.ts | |
parent | f5dda3933425888c52b7b9d1c0fa2a6227c89123 (diff) | |
parent | d00cf8079f6ec7d791aa92d9991d95ea0bb4a0e6 (diff) |
Merge "free text filter in instantiationStatus Page"
Diffstat (limited to 'vid-webpack-master/src/app/shared/shared.module.ts')
-rw-r--r-- | vid-webpack-master/src/app/shared/shared.module.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vid-webpack-master/src/app/shared/shared.module.ts b/vid-webpack-master/src/app/shared/shared.module.ts index d246771af..b12ac435d 100644 --- a/vid-webpack-master/src/app/shared/shared.module.ts +++ b/vid-webpack-master/src/app/shared/shared.module.ts @@ -74,6 +74,7 @@ import {DynamicInputsComponent} from "./components/dynamic-inputs/dynamic-inputs import {DynamicInputLabelPipe} from "./pipes/dynamicInputLabel/dynamic-input-label.pipe"; import {ModelInformationService} from "./components/model-information/model-information.service"; import {MultiselectFormControlService} from "./components/formControls/component/multiselect/multiselect.formControl.service"; +import {SearchFilterPipe} from "./pipes/searchFilter/search-filter.pipe"; @NgModule({ @@ -114,6 +115,7 @@ import {MultiselectFormControlService} from "./components/formControls/component SafePipe, ObjectToArrayPipe, DataFilterPipe, + SearchFilterPipe, InputFormControlComponent, FormControlMessageErrorComponent, GenericFormPopupComponent, @@ -145,6 +147,7 @@ import {MultiselectFormControlService} from "./components/formControls/component SafePipe, ObjectToArrayPipe, DataFilterPipe, + SearchFilterPipe, InputFormControlComponent, FormControlMessageErrorComponent, GenericFormPopupComponent, @@ -196,6 +199,7 @@ import {MultiselectFormControlService} from "./components/formControls/component ElementsTableService, ErrorMsgService, DataFilterPipe, + SearchFilterPipe, ModelInformationService, MultiselectFormControlService ] |