add main module and hrml of designer component in new cds ui 17/98617/1
authorAhmed Abbas <ahmad.helmy@orange.com>
Tue, 19 Nov 2019 17:23:04 +0000 (19:23 +0200)
committerAhmed Abbas <ahmad.helmy@orange.com>
Tue, 19 Nov 2019 17:30:18 +0000 (19:30 +0200)
commit32a1d4fac56ff29b0e50fa88bdf88047c51bc0be
tree463cf5eb411cbf4d94b679e43f9194b0f763458c
parent1337eccc2be949d860f3c5b1f0148c061c3c669b
add main module and hrml of designer component in new cds ui

Issue-ID: CCSDK-1779
Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com>
Change-Id: I144c151777d5d036b0f40780edf2c5f36c11956b
12 files changed:
cds-ui/client-frankfurt/package.json
cds-ui/client-frankfurt/src/app/app-routing.module.ts
cds-ui/client-frankfurt/src/app/app.component.css
cds-ui/client-frankfurt/src/app/app.component.html
cds-ui/client-frankfurt/src/app/app.component.ts
cds-ui/client-frankfurt/src/app/app.module.ts
cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/designer/designer.component.css [new file with mode: 0644]
cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/designer/designer.component.html [new file with mode: 0644]
cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/designer/designer.component.spec.ts [new file with mode: 0644]
cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/designer/designer.component.ts [new file with mode: 0644]
cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages.module.ts [new file with mode: 0644]
cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages.routing.module.ts [new file with mode: 0644]