store changes 85/79885/1
authorSwapnali Shadanan Pode <sp00501638@techmahindra.com>
Thu, 7 Mar 2019 09:35:40 +0000 (15:05 +0530)
committerSwapnali Shadanan Pode <sp00501638@techmahindra.com>
Thu, 7 Mar 2019 09:35:40 +0000 (15:05 +0530)
commitab1ed5de2918c7f199433e3853b1a19b673ba24b
tree6e5745ffe2a0a1c1eb22b7d65a6168fada8e317a
parentd44dc903a8a307a49b9003a1564e61dfe8d071d7
store changes

Change-Id: I317f4c2d649c1c8057d52a714f4e5aaf0ba0f6cc
Issue-ID: CCSDK-804
Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
14 files changed:
cds-ui/client/src/app/common/core/core.module.ts
cds-ui/client/src/app/common/core/store/actions/resources.action.ts [new file with mode: 0644]
cds-ui/client/src/app/common/core/store/effects/resources.effects.ts [new file with mode: 0644]
cds-ui/client/src/app/common/core/store/models/entrySchema.model.ts [new file with mode: 0644]
cds-ui/client/src/app/common/core/store/models/propertyData.model.ts [new file with mode: 0644]
cds-ui/client/src/app/common/core/store/models/resources-http.model.ts [new file with mode: 0644]
cds-ui/client/src/app/common/core/store/models/resources.model.ts [new file with mode: 0644]
cds-ui/client/src/app/common/core/store/models/resourcesState.model.ts [new file with mode: 0644]
cds-ui/client/src/app/common/core/store/models/sourcesData.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/resources.reducer.ts [new file with mode: 0644]
cds-ui/client/src/app/common/core/store/selectors/resources.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/resources.state.ts [new file with mode: 0644]