Blueprint Module 66/75266/1
authorArundathi Patil <arundpil@in.ibm.com>
Fri, 4 Jan 2019 07:26:10 +0000 (12:56 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Fri, 4 Jan 2019 07:26:46 +0000 (12:56 +0530)
commitc510a1afd1fb3f8c1005fac80db3bf667e55d2b2
tree8c3f57739b2c32e2cde6e14a0a746567d363dc30
parent3d0268540bcf9bb99c7f55bb56e3c10827f05a90
Blueprint Module

Added feature-modules folder and created blueprint module. All new
modules should be added under feature-modules folder and all the code
related to controller blueprint creation should go under blueprint
module.

Issue-ID: CCSDK-816
Change-Id: I8f35089aced867c29a0f80be14f4621e5a992001
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
cds-ui/client/src/app/feature-modules/blueprint/blueprint-routing.module.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.spec.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/blueprint/blueprint.module.ts [new file with mode: 0644]