From cbad207d520e166305de58e5c23bda3c78781a69 Mon Sep 17 00:00:00 2001 From: Ezhilarasi Date: Thu, 7 Feb 2019 14:53:53 +0530 Subject: CBA Blueprint Wizard Change-Id: Ia64999d65cd6e3175f0056c8193f9c9e8b352ee4 Issue-ID: CCSDK-703 Signed-off-by: Ezhilarasi --- .../blueprint/deploy-template/deploy-template.module.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cds-ui/client/src/app/feature-modules/blueprint/deploy-template') diff --git a/cds-ui/client/src/app/feature-modules/blueprint/deploy-template/deploy-template.module.ts b/cds-ui/client/src/app/feature-modules/blueprint/deploy-template/deploy-template.module.ts index d1c125926..e39beacb2 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/deploy-template/deploy-template.module.ts +++ b/cds-ui/client/src/app/feature-modules/blueprint/deploy-template/deploy-template.module.ts @@ -27,6 +27,9 @@ import { DeployTemplateRoutingModule } from './deploy-template-routing.module'; declarations: [ DeployTemplateComponent ], + exports: [ + DeployTemplateComponent + ], imports: [ CommonModule, DeployTemplateRoutingModule -- cgit 1.2.3-korg