You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
What is the current behavior?
When a single reducer (not a reducer map) for a feature module is added with forFeature, the supplied meta-reducers are ignored.
Expected behavior:
Meta-reducers should also be added when a single reducer is given instead of a reducer map.
Minimal reproduction of the problem with instructions:
Add a single reducer and meta-reducer(s) for a feature:
I'm submitting a...
What is the current behavior?
When a single reducer (not a reducer map) for a feature module is added with
forFeature
, the supplied meta-reducers are ignored.Expected behavior:
Meta-reducers should also be added when a single reducer is given instead of a reducer map.
Minimal reproduction of the problem with instructions:
Plunker
Version of affected browser(s),operating system(s), npm, node and ngrx:
all
Other information:
The bug seems to be at
platform/modules/store/src/reducer_manager.ts
Line 43 in 70d3331
The text was updated successfully, but these errors were encountered: