devTools: How to display actions from @ngeat/effects now that EffectsNgModule is depreciated #69
Unanswered
nicholasfoden
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking at the example at elf docs
In relation to use with Angular
The documentation doesn't appear to explain how to see Actions in devTools since
provideEffectsManager()
was added andEffectsNgModule.forRoot()
was depreciated,Could anybody provide an example of how to see Actions in devTools when using
provideEffectsManager()
Also bonus points for an example of how to see Actions from
provideDirectiveEffects()
in a standalone componentThanks
Beta Was this translation helpful? Give feedback.
All reactions