diff options
author | Brinda Santh Muthuramalingam <brindasanth@in.ibm.com> | 2019-07-29 14:22:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-29 14:22:54 +0000 |
commit | c3295a523d1ded477501b8efa9e56458f6eb3dc6 (patch) | |
tree | 7179fa27ebd951736be093c548568dce6fb9e060 /cds-ui/client/src/app/feature-modules/blueprint/blueprint.module.ts | |
parent | 14588a767139e4a66303252739ce80ee9e81ea99 (diff) | |
parent | 1de7f3de40ef310271bdc9605fa1e586cfc2dc69 (diff) |
Merge "Removed component and code not required"
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.ts | 9 |
1 files changed, 2 insertions, 7 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 4d0781aec..27803ce56 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 @@ -1,7 +1,7 @@ /* ============LICENSE_START========================================== =================================================================== -Copyright (C) 2018 IBM Intellectual Property. All rights reserved. +Copyright (C) 2018-19 IBM Intellectual Property. All rights reserved. =================================================================== Unless otherwise specified, all software contained herein is licensed @@ -30,17 +30,12 @@ import { SelectTemplateModule } from './select-template/select-template.module'; import { ModifyTemplateModule } from './modify-template/modify-template.module'; import { DeployTemplateModule } from './deploy-template/deploy-template.module'; import { TestTemplateModule } from './test-template/test-template.module'; -import { SearchEditCBAComponent } from './search-edit-cba/search-edit-cba.component'; import { AppMaterialModule } from '../../../app/common/modules/app-material.module'; import { ReactiveFormsModule } from '@angular/forms'; @NgModule({ declarations: [ - BlueprintComponent, - SearchEditCBAComponent - ], - exports:[ - SearchEditCBAComponent + BlueprintComponent ], imports: [ CommonModule, |