Moved store to core module 60/75460/1
authorArundathi Patil <arundpil@in.ibm.com>
Tue, 8 Jan 2019 13:35:10 +0000 (19:05 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Tue, 8 Jan 2019 13:35:23 +0000 (19:05 +0530)
commit2772941b61cb2435ebdfd9d9b252734bce59ffea
treebc9ba3ea00a8f39dc60ff84f572e27fdfafe6d99
parentf352a874bd742784541ee67112ea2e648a5b3951
Moved store to core module

Moved store to core module as the application should have single instance of
store. The core module is injected at only app module and should not be
imported in any other module.

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