-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nightly build for @ngrx/effects seems to be broken #37
Comments
I found why it was failing to me: the root effects module was not the AppModule. |
@bbaia @brandonroberts It still does not work for me. I have created a test repo showing the issue. https://github.com/vigneshnrfs/ngrx_effects_test When you run the app, you can see the the feature effect is not being logged to the console |
Same here, root effects are running but feature effects aren't running. My setup is like |
Any ETA on this? |
We should have a fix in for this soon. General release for V4 is targeted for July 1 |
I've just updated my nightly build to the following commits
This is the build that removed EffectsModule.run() and added EffectsModule.forFeature()
However, my effects are only running for root module and not for feature modules.
My npm dependencies
The text was updated successfully, but these errors were encountered: