You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by an...@apache.org on 2019/06/18 17:47:24 UTC

[incubator-dlab] 02/06: [DLAB-805]: replace model built with service

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 b4ba5ca92ffc698104174297ec43bffc81821e7f
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Tue Jun 18 20:43:35 2019 +0300

    [DLAB-805]: replace model built with service
---
 .../computational/computational-resource-create-dialog/index.ts         | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/computational/computational-resource-create-dialog/index.ts b/services/self-service/src/main/resources/webapp/src/app/resources/computational/computational-resource-create-dialog/index.ts
index 5de1037..4586b9e 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/computational/computational-resource-create-dialog/index.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/computational/computational-resource-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 { ComputationalResourceCreateDialogComponent } from './computational-resource-create-dialog.component';
+import { ComputationalResourceModel } from './computational-resource-create.model';
 import { KeysPipeModule, UnderscorelessPipeModule } from '../../../core/pipes';
 
 @NgModule({
@@ -37,6 +38,7 @@ import { KeysPipeModule, UnderscorelessPipeModule } from '../../../core/pipes';
     MaterialModule
   ],
   declarations: [ComputationalResourceCreateDialogComponent],
+  providers: [ComputationalResourceModel],
   entryComponents: [ComputationalResourceCreateDialogComponent],
   exports: [ComputationalResourceCreateDialogComponent]
 })


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