summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.module.ts
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-19 15:38:23 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-19 15:38:23 +0000
commit93bbe97a028bd5aa43f4e09a7414498497baa3f0 (patch)
treee02f6aec737fa7074c04e83a6f0fc219881dbdae /cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.module.ts
parent7c6e9a469455b470507b29ccb0ef7b6ce19c3f96 (diff)
parentc43c812f778c56c981a8901cb1db121cf40bb1c2 (diff)
Merge "designer component"
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.module.ts')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.module.ts7
1 files changed, 5 insertions, 2 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.module.ts b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.module.ts
index eed926b7f..9ccb9977f 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.module.ts
+++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.module.ts
@@ -25,13 +25,16 @@ import { CdkTableModule } from '@angular/cdk/table';
import { ModifyTemplateComponent } from './modify-template.component';
import { ModifyTemplateRoutingModule } from './modify-template-routing.module';
import { AppMaterialModule } from '../../../common/modules/app-material.module';
+import { DesignerComponent } from './designer/designer.component';
@NgModule({
declarations: [
- ModifyTemplateComponent
+ ModifyTemplateComponent,
+ DesignerComponent
],
exports: [
- ModifyTemplateComponent
+ ModifyTemplateComponent,
+ DesignerComponent
],
imports: [
CommonModule,