diff options
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/deploy-template')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/deploy-template/deploy-template.module.ts | 3 |
1 files changed, 3 insertions, 0 deletions
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 |