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
{{ message }}
This repository was archived by the owner on Jul 8, 2021. It is now read-only.
I have tried this with every combination of EffectsModule.forRoot() i could think of, passing empty array, array containing the store class, no EffectsModule import, etc..
The text was updated successfully, but these errors were encountered:
@Effect(MyAction)
decorator is not working, effect functions are never called.Using @ngrx/effects
@Effect()
works as expected.Versions:
"@angular/core": "~7.0.0", "@ngrx/store": "^6.1.2", "@ngrx/effects": "^6.1.2", "ngrx-actions": "^4.0.0",
Example code
I have tried this with every combination of
EffectsModule.forRoot()
i could think of, passing empty array, array containing the store class, no EffectsModule import, etc..The text was updated successfully, but these errors were encountered: