This is an automated email from the ASF dual-hosted git repository.

ankovalyshyn pushed a commit to branch feature/projects
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit e188ea4ad78bd536be9a70e52f53a6a5017dcd6f
Author: Andriana Kovalyshyn <andriana_kovalys...@epam.com>
AuthorDate: Fri May 31 14:02:14 2019 +0300

    [DLAB-631]: added key pipe for shape selection
---
 .../exploratory/exploratory-environment-create-dialog/index.ts       | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/exploratory-environment-create-dialog/index.ts
 
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/exploratory-environment-create-dialog/index.ts
index 9380a13..91e1ee4 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/exploratory-environment-create-dialog/index.ts
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/exploratory-environment-create-dialog/index.ts
@@ -24,6 +24,7 @@ import { FormsModule, ReactiveFormsModule } from 
'@angular/forms';
 import { MaterialModule } from '../../../shared/material.module';
 import { FormControlsModule } from '../../../shared/form-controls';
 import { ExploratoryEnvironmentCreateComponent } from 
'./exploratory-environment-create-dialog.component';
+import { KeysPipeModule, UnderscorelessPipeModule } from 
'./../../../core/pipes';
 
 @NgModule({
   imports: [
@@ -31,7 +32,9 @@ import { ExploratoryEnvironmentCreateComponent } from 
'./exploratory-environment
     FormsModule,
     ReactiveFormsModule,
     FormControlsModule,
-    MaterialModule
+    MaterialModule,
+    KeysPipeModule,
+    UnderscorelessPipeModule
   ],
   declarations: [ExploratoryEnvironmentCreateComponent],
   entryComponents: [ExploratoryEnvironmentCreateComponent],


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to