summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/blueprint.module.ts
diff options
context:
space:
mode:
authorBrinda Santh Muthuramalingam <brindasanth@in.ibm.com>2019-08-22 03:55:07 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-22 03:55:07 +0000
commitd9922229aaaca2627a0c80a35a668fbb463bf6b8 (patch)
tree1a588b66b4d293cb59787f889dd0abdd240076d7 /cds-ui/client/src/app/feature-modules/blueprint/blueprint.module.ts
parent6fa3015125978bac1e255293cb98a472682f28db (diff)
parenta0c9607dc710ecb3d4d895c8825ea3d8861f7fd4 (diff)
Merge "File structure code separation"
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/blueprint.module.ts')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/blueprint.module.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.module.ts b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.module.ts
index 27803ce56..edbaca67f 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.module.ts
+++ b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.module.ts
@@ -32,10 +32,12 @@ import { DeployTemplateModule } from './deploy-template/deploy-template.module';
import { TestTemplateModule } from './test-template/test-template.module';
import { AppMaterialModule } from '../../../app/common/modules/app-material.module';
import { ReactiveFormsModule } from '@angular/forms';
+import { ZipfileExtractionComponent } from './common-module/zipfile-extraction/zipfile-extraction.component';
@NgModule({
declarations: [
- BlueprintComponent
+ BlueprintComponent,
+ ZipfileExtractionComponent
],
imports: [
CommonModule,