Add client-frankfurt skeleton project 27/98227/2
authorShaaban Ebrahim <shaaban.eltanany.ext@orange.com>
Mon, 11 Nov 2019 08:51:21 +0000 (10:51 +0200)
committerShaaban Ebrahim <shaaban.eltanany.ext@orange.com>
Mon, 18 Nov 2019 09:23:22 +0000 (11:23 +0200)
commit6cc77cb2cb6d7fb79faf58b7242e3737513a070a
tree4d7f41071fc787cfea324621417e7fcb073676b5
parent88e3ef2d396bc91051b182d11a2d490bf37abf08
Add client-frankfurt skeleton project

Issue-ID: CCSDK-1770
Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com>
Change-Id: I6a3dcb02b692fae778eb5cf65277ab2c269d96f8
78 files changed:
cds-ui/client-frankfurt/README.md [new file with mode: 0644]
cds-ui/client-frankfurt/angular.json [new file with mode: 0644]
cds-ui/client-frankfurt/browserslist [new file with mode: 0644]
cds-ui/client-frankfurt/e2e/protractor.conf.js [new file with mode: 0644]
cds-ui/client-frankfurt/e2e/src/app.e2e-spec.ts [new file with mode: 0644]
cds-ui/client-frankfurt/e2e/src/app.po.ts [new file with mode: 0644]
cds-ui/client-frankfurt/e2e/tsconfig.json [new file with mode: 0644]
cds-ui/client-frankfurt/karma.conf.js [new file with mode: 0644]
cds-ui/client-frankfurt/package.json [new file with mode: 0644]
cds-ui/client-frankfurt/proxy.conf.json [new file with mode: 0644]
cds-ui/client-frankfurt/src/app/app-routing.module.ts [new file with mode: 0644]
cds-ui/client-frankfurt/src/app/app.component.css [new file with mode: 0644]
cds-ui/client-frankfurt/src/app/app.component.html [new file with mode: 0644]
cds-ui/client-frankfurt/src/app/app.component.spec.ts [new file with mode: 0644]
cds-ui/client-frankfurt/src/app/app.component.ts [new file with mode: 0644]
cds-ui/client-frankfurt/src/app/app.module.ts [new file with mode: 0644]
cds-ui/client-frankfurt/src/app/common/constants/app-constants.ts [new file with mode: 0644]
cds-ui/client-frankfurt/src/app/common/core/services/api.service.ts [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/.gitkeep [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/css/bootstrap.min.css [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/css/font-awesome.min.css [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/css/orangeHelvetica.css [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.eot [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.ttf [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.woff [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.woff2 [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.eot [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.ttf [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.woff [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.woff2 [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/fonts/icon-orange.eot [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/fonts/icon-orange.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/fonts/icon-orange.ttf [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/fonts/icon-orange.woff [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/fonts/icon-orange.woff2 [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/favicon/android-chrome-192x192.png [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/favicon/android-chrome-512x512.png [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/favicon/apple-touch-icon.png [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/favicon/browserconfig.xml [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/favicon/favicon-16x16.png [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/favicon/favicon-32x32.png [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/favicon/favicon.ico [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/favicon/mstile-150x150.png [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/favicon/safari-pinned-tab.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/favicon/site.webmanifest [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/icon-addPackage.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/icon-archive-sm.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/icon-btn-card-config.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/icon-btn-card-topology.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/icon-clone-sm.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/icon-create-white.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/icon-delete-sm.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/icon-deploy.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/icon-import-blue.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/icon-menuDots.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/icon-nav-dictionary.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/icon-nav-packages.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/icon-search.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/img-userProfile.png [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/logo-icon.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/img/logo-text.svg [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/js/bootstrap.min.js [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/js/jquery-3.3.1.slim.min.js [new file with mode: 0644]
cds-ui/client-frankfurt/src/assets/js/popper.min.js [new file with mode: 0644]
cds-ui/client-frankfurt/src/environments/environment.prod.ts [new file with mode: 0644]
cds-ui/client-frankfurt/src/environments/environment.ts [new file with mode: 0644]
cds-ui/client-frankfurt/src/favicon.ico [new file with mode: 0644]
cds-ui/client-frankfurt/src/index.html [new file with mode: 0644]
cds-ui/client-frankfurt/src/main.ts [new file with mode: 0644]
cds-ui/client-frankfurt/src/polyfills.ts [new file with mode: 0644]
cds-ui/client-frankfurt/src/styles.css [new file with mode: 0644]
cds-ui/client-frankfurt/src/test.ts [new file with mode: 0644]
cds-ui/client-frankfurt/tsconfig.app.json [new file with mode: 0644]
cds-ui/client-frankfurt/tsconfig.json [new file with mode: 0644]
cds-ui/client-frankfurt/tsconfig.spec.json [new file with mode: 0644]
cds-ui/client-frankfurt/tslint.json [new file with mode: 0644]