diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-12 19:49:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-12 19:49:28 +0000 |
commit | 4d7339f63729696917c99a3382df7a951e79ffca (patch) | |
tree | 7614f37275713376b427c793b0b73890c142dd03 /cds-ui/client/src/app/feature-modules/blueprint/modify-template | |
parent | 568eec22ed544ce82eb39e0b17fbcde8787663ac (diff) | |
parent | cbad207d520e166305de58e5c23bda3c78781a69 (diff) |
Merge "CBA Blueprint Wizard"
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/modify-template')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.module.ts | 5 |
1 files changed, 4 insertions, 1 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 6175208e6..f502de4b1 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,7 +25,10 @@ import { ModifyTemplateRoutingModule } from './modify-template-routing.module'; @NgModule({ declarations: [ - ModifyTemplateComponent + ModifyTemplateComponent + ], + exports: [ + ModifyTemplateComponent ], imports: [ CommonModule, |