Adding Controller catalog 78/96778/1
authorSwapnali Shadanan Pode <sp00501638@techmahindra.com>
Wed, 9 Oct 2019 07:28:08 +0000 (12:58 +0530)
committerSwapnali Shadanan Pode <sp00501638@techmahindra.com>
Wed, 9 Oct 2019 07:28:08 +0000 (12:58 +0530)
commit4af2bea1aa5e0207a3a61dc9dc72e7e2e65f3ec6
tree13ff0ccf252a918218899b917b7a36a7e01cefcf
parent809993fe658026f4cb953e49ab0331e2d4e5c8f8
Adding Controller catalog

Adding new component controller catalog

Change-Id: I30ce3498289320a1246d37089fb971c2f71ffe15
Issue-ID: CCSDK-810
Signed-off-by: Swapnali Shadanan Pode <sp00501638@techmahindra.com>
44 files changed:
cds-ui/client/src/app/app-routing.module.ts
cds-ui/client/src/app/common/constants/app-constants.ts
cds-ui/client/src/app/common/core/core.module.ts
cds-ui/client/src/app/common/core/store/actions/catalog.action.ts [new file with mode: 0644]
cds-ui/client/src/app/common/core/store/effects/catalog.effect.ts [new file with mode: 0644]
cds-ui/client/src/app/common/core/store/models/catalog-http.model.ts [new file with mode: 0644]
cds-ui/client/src/app/common/core/store/models/catalog.model.ts [new file with mode: 0644]
cds-ui/client/src/app/common/core/store/models/catalogState.model.ts [new file with mode: 0644]
cds-ui/client/src/app/common/core/store/reducers/app.reducer.ts
cds-ui/client/src/app/common/core/store/reducers/catalog.reducer.ts [new file with mode: 0644]
cds-ui/client/src/app/common/core/store/selectors/catalog.selectors.ts [new file with mode: 0644]
cds-ui/client/src/app/common/core/store/state/app.state.ts
cds-ui/client/src/app/common/core/store/state/catalog.state.ts [new file with mode: 0644]
cds-ui/client/src/app/common/shared/components/home/home.component.html
cds-ui/client/src/app/feature-modules/controller-catalog/controller-catalog-routing.module.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/controller-catalog.component.html [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/controller-catalog.component.scss [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/controller-catalog.component.spec.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/controller-catalog.component.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/controller-catalog.module.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/create-catalog/create-catalog-routing.module.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/create-catalog/create-catalog.component.html [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/create-catalog/create-catalog.component.scss [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/create-catalog/create-catalog.component.spec.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/create-catalog/create-catalog.component.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/create-catalog/create-catalog.module.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/create-catalog/create-catalog.service.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/search-catalog/search-catalog-routing.module.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/search-catalog/search-catalog.component.html [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/search-catalog/search-catalog.component.scss [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/search-catalog/search-catalog.component.spec.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/search-catalog/search-catalog.component.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/search-catalog/search-catalog.module.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/search-catalog/search-catalog.service.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/select-template/select-template-routing.module.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/select-template/select-template.component.html [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/select-template/select-template.component.scss [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/select-template/select-template.component.spec.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/select-template/select-template.component.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/select-template/select-template.module.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/select-template/template-options/template-options.component.html [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/select-template/template-options/template-options.component.scss [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/select-template/template-options/template-options.component.spec.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/controller-catalog/select-template/template-options/template-options.component.ts [new file with mode: 0644]