Seed project for ccsdk-cds GUI 76/74676/7
authorArundathi Patil <arundpil@in.ibm.com>
Fri, 14 Dec 2018 17:33:55 +0000 (23:03 +0530)
committerArundathi Patil <arundpil@in.ibm.com>
Wed, 19 Dec 2018 16:33:17 +0000 (16:33 +0000)
commit3d0268540bcf9bb99c7f55bb56e3c10827f05a90
tree849643cee91539aef0d347384ea708b4951e9119
parent42a572502cd85106eee27cfe176f2e619800f215
Seed project for ccsdk-cds GUI

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>
26 files changed:
cds-ui/client/.editorconfig [new file with mode: 0644]
cds-ui/client/LICENSE.txt [new file with mode: 0644]
cds-ui/client/README.md [new file with mode: 0644]
cds-ui/client/angular.json [new file with mode: 0644]
cds-ui/client/package.json [new file with mode: 0644]
cds-ui/client/pom.xml [new file with mode: 0644]
cds-ui/client/src/app/app-routing.module.ts [new file with mode: 0644]
cds-ui/client/src/app/app.component.html [new file with mode: 0644]
cds-ui/client/src/app/app.component.scss [new file with mode: 0644]
cds-ui/client/src/app/app.component.spec.ts [new file with mode: 0644]
cds-ui/client/src/app/app.component.ts [new file with mode: 0644]
cds-ui/client/src/app/app.module.ts [new file with mode: 0644]
cds-ui/client/src/assets/.gitkeep [new file with mode: 0644]
cds-ui/client/src/browserslist [new file with mode: 0644]
cds-ui/client/src/environments/environment.prod.ts [new file with mode: 0644]
cds-ui/client/src/environments/environment.ts [new file with mode: 0644]
cds-ui/client/src/index.html [new file with mode: 0644]
cds-ui/client/src/karma.conf.js [new file with mode: 0644]
cds-ui/client/src/main.ts [new file with mode: 0644]
cds-ui/client/src/polyfills.ts [new file with mode: 0644]
cds-ui/client/src/styles.scss [new file with mode: 0644]
cds-ui/client/src/tsconfig.app.json [new file with mode: 0644]
cds-ui/client/src/tsconfig.spec.json [new file with mode: 0644]
cds-ui/client/src/tslint.json [new file with mode: 0644]
cds-ui/client/tsconfig.json [new file with mode: 0644]
pom.xml [new file with mode: 0644]