aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/blueprint-routing.module.ts
AgeCommit message (Collapse)AuthorFilesLines
2019-02-13Blueprint routing moduleArundathi Patil1-23/+1
Removed the child routes as the routes is handelled by angular material stepper by default Issue-ID: CCSDK-1017 Change-Id: I22d5afbc6f254b2ac261b13ab5a26110d828d7fb Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-07Blueprint routingArundathi Patil1-1/+23
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/+38
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>