Application state 97/75297/1
authorArundathi Patil <arundpil@in.ibm.com>
Fri, 4 Jan 2019 16:36:07 +0000 (22:06 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Fri, 4 Jan 2019 16:37:03 +0000 (22:07 +0530)
commita12cf811e041fd1ead1a19353c3caf9429fa3029
tree3185a569cab3f113b4d1f070b8e75bed50aa56e1
parent80c8453fb34df895c088e26de4b76946adc3da8b
Application state

This folder contains the code handling application state. Implemented
using ngrx store, effects version 6.1.2

Issue-ID: CCSDK-816
Change-Id: I6675c19c26c0fc28159f5b1b1c82ff34d11ddd2b
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
13 files changed:
cds-ui/client/package.json
cds-ui/client/src/app/common/store/actions/blueprint.action.ts [new file with mode: 0644]
cds-ui/client/src/app/common/store/effects/blueprint.effects.ts [new file with mode: 0644]
cds-ui/client/src/app/common/store/models/blueprint-http.model.ts [new file with mode: 0644]
cds-ui/client/src/app/common/store/models/blueprint.model.ts [new file with mode: 0644]
cds-ui/client/src/app/common/store/models/blueprintState.model.ts [new file with mode: 0644]
cds-ui/client/src/app/common/store/models/imports.model.ts [new file with mode: 0644]
cds-ui/client/src/app/common/store/models/metadata.model.ts [new file with mode: 0644]
cds-ui/client/src/app/common/store/reducers/app.reducer.ts [new file with mode: 0644]
cds-ui/client/src/app/common/store/reducers/blueprint.reducer.ts [new file with mode: 0644]
cds-ui/client/src/app/common/store/selectors/blueprint.selectors.ts [new file with mode: 0644]
cds-ui/client/src/app/common/store/state/app.state.ts [new file with mode: 0644]
cds-ui/client/src/app/common/store/state/blueprint.state.ts [new file with mode: 0644]