From 0ddb13088905a76596bffaac718322bb8e27e037 Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Fri, 4 Jan 2019 20:21:04 +0530 Subject: Select Template module This module holds components for selecting template, searching template and entering template metadata (step 1) Issue-ID: CCSDK-816 Change-Id: I2cf4f638854f246751df8827657e5c18aae8bed9 Signed-off-by: Arundathi Patil --- .../select-template/select-template.component.html | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.html (limited to 'cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.html') diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.html b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.html new file mode 100644 index 000000000..2b8b74be1 --- /dev/null +++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.html @@ -0,0 +1,25 @@ + +

+ select-template works! +

+ + -- cgit 1.2.3-korg