summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/app.module.ts
AgeCommit message (Collapse)AuthorFilesLines
2019-02-13Removed redundant codeArundathi Patil1-20/+2
Removed all the angular material imports from app module as they are already imported in appMaterial module. Can use the same at all places Issue-ID: CCSDK-815 Change-Id: I0507da2319feedc3bb1ca485b33a1cbbff15b268 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-02-13Issue Fix in app moduleArundathi Patil1-2/+2
Fixed the error caused by importing lazy loaded blueprint module in app-module Issue-ID: CCSDK-815 Change-Id: Iaed423703d0ab479e108547f729d906f283ade48 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-02-01Add Blueprint and DataDictionary to App moduleezhil1-1/+6
Change-Id: Ib0540ce8a20041e46b1777ec6dc68c1a59fbb84c Issue-ID: CCSDK-703 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-08Setting up ngrx storeArundathi Patil1-12/+4
Registred application state reducer to app module Issue-ID: CCSDK-816 Change-Id: I0e108456d674f070bc8c4002938d929ccce8fbe3 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-07App routingArundathi Patil1-1/+5
added application routes Issue-ID: CCSDK-816 Change-Id: Iba52d17aeabdb767c52cf6f8d56bf0bca1ae031c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-12-19Seed project for ccsdk-cds GUIArundathi Patil1-0/+73
Added seed project for ccsdk-cds GUI. Implemented in angular 7.1.0 and created using angular cli 7.1.0 Issue-ID: CCSDK-816 Change-Id: Ia8690902f7c31a3eae6ba78bc91c8ed3dd500ff0 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>