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
I would be willing to submit a PR to fix this issue
[x] Yes (Assistance is provided if you need help submitting a pull request)
[ ] No
The text was updated successfully, but these errors were encountered:
eddietisma
changed the title
Store:: reducerManager.addFeatures is not a function
Store: reducerManager.addFeatures is not a function
Nov 15, 2019
eddietisma
changed the title
Store: reducerManager.addFeatures is not a function
Store: MockReducerManager crashes with reducerManager.addFeatures is not a function
Nov 15, 2019
Minimal reproduction of the bug/regression with instructions:
provideMockStore crashes when using forFeature imports.
TypeError: reducerManager.addFeatures is not a function
Stackblitz with repro:
https://stackblitz.com/edit/ngrx-seed-wrbv4t
Expected behavior:
provideMockStore should support feature modules.
platform/modules/store/testing/src/mock_reducer_manager.ts has no-op for addFeatures.
Versions of NgRx, Angular, Node, affected browser(s) and operating system(s):
Other information:
I would be willing to submit a PR to fix this issue
[x] Yes (Assistance is provided if you need help submitting a pull request)
[ ] No
The text was updated successfully, but these errors were encountered: