Open
Description
This is a...
- feature request
- bug report
- usage question
What toolchain are you using for transpilation/bundling?
- @angular/cli
- Custom @ngTools/webpack
- Raw
ngc
- SystemJS
- Rollup
- Other
Environment
NodeJS Version: 10.5.2
Typescript Version:3.5.3
Angular Version: 8
@angular-redux/store version:
@angular/cli version: (if applicable)
OS:Ubuntu
Link to repo showing the issus
(optional, but helps a lot)
Expected Behaviour:
If I configure a store by using an existing redux store via provideStore Method and the @WithSubstore Decorator the sub store should get created and all action should reach new reducer.
Actual Behaviour:
If I configure a store by using an existing redux store via provideStore Method and the @WithSubstore Decorator the sub store is not working, meaning action dispatched is not reaching the reducer and the state is not updated with initial state.
Stack Trace/Error Message:
Additional Notes:
(optional)
Metadata
Metadata
Assignees
Labels
No labels