Setting up ngrx store 59/75459/1
authorArundathi Patil <arundpil@in.ibm.com>
Tue, 8 Jan 2019 13:25:05 +0000 (18:55 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Tue, 8 Jan 2019 13:25:25 +0000 (18:55 +0530)
commit59537f121d269293ca021b133ea453129676ff86
treebe57ffd4c76a1631d27fb65d78edd4ab275ed016
parentf352a874bd742784541ee67112ea2e648a5b3951
Setting up ngrx store

Registred application state reducer to app module

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