Tim Deschryver
Tim Deschryver
I do find it weird to add a lifecycle to the functional effects. After thinking on this for a while, what about moving the lifecycle hook to `provideEffects`? ```ts provideEffects(myEffects,...
@mdemichele if you're still interested feel free to create a PR with the proposed change. It does seem we forgot to add this example, making it unclear where `mockBooksSelector` and...
@va-stefanek feel free to pick this one up if you'd like that.
When you want to receive the Angular router event, you can configure the router store to dispatch the full event. The reason why this config exists is due to the...
Do we want to have a preference here, and do we expect that both will be used? I'm thinking that this can become an eslint rule (with fixer) to use...
@JeromeWirth the JS and JSON variants are good for now. We can always add support for more later when it's needed.
We expect the tests to be run in a DOM-like environment. This also means that there's a `MutationObserver` observer available to react to dom changes. A workaround is to run...
@jarekcimoch do you have a reproduction that I can use to test this?
Closing because we didn't get more information.
Closing this one because it has no reproduction. Feel free to reopen or recreate with a reproduction.