diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-07-29 17:32:25 +0530 |
---|---|---|
committer | Ezhilarasi R <ezhrajam@in.ibm.com> | 2019-07-29 13:43:23 +0000 |
commit | 1de7f3de40ef310271bdc9605fa1e586cfc2dc69 (patch) | |
tree | c3683c4474f85c8b2e2694a163348554a899293c /cds-ui/client/src/app/feature-modules/blueprint/blueprint.module.ts | |
parent | 24fbf5ae61fe17f1abb1301b57c9ef3475ccace8 (diff) |
Removed component and code not required
Removed duplicate code from CBA feature module
Change-Id: Ieb1709953dbf1075b4d30f26dd45b753fd9e142d
Issue-ID: CCSDK-1275
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
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, |