summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/blueprint.module.ts
AgeCommit message (Collapse)AuthorFilesLines
2019-08-19File structure code separationEzhilarasi1-1/+3
Separated repeated code in the modules Change-Id: I71a52e597ecd74798b7fec20a58773699448ebcd Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-29Removed component and code not requiredEzhilarasi1-7/+2
Removed duplicate code from CBA feature module Change-Id: Ieb1709953dbf1075b4d30f26dd45b753fd9e142d Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-15Fixed Search CBA edit component issueEzhilarasi1-2/+7
Change-Id: If0d6bff1da8b85e86e97c2a53059d06329b4b560 Issue-id: CCSDK-1279 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-03Added Search CBA componentEzhilarasi1-2/+3
Change-Id: Ib0a755222f913d5fcd881059f90f50ac69b23101 Issue-ID: CCSDK-1269 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-02-20Removed redundant material importEzhilarasi1-18/+2
Change-Id: Ic356031f54b99185219cfc2a6cc4bd3b13bc5e41 Issue-ID: CCSDK-762 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-02-07Fixed Material Import IssueEzhilarasi1-1/+28
Change-Id: Ia77e8b336511120a15d21cf54f52df25b7f75a3f Issue-ID: CCSDK-703 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-01-07Blueprint routingArundathi Patil1-1/+5
Added routes to blueprint module Issue-ID: CCSDK-816 Change-Id: I67b7fb21e85b04a77c3c0a8a6878420f8fd0855d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-04Blueprint ModuleArundathi Patil1-0/+36
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>