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
the ofType allowing multiple actions as arguments. However this is not the case with the create function within the effects of WithRedux in the signal store.
The text was updated successfully, but these errors were encountered:
Chudroy
changed the title
Allow an effect to listen for multiple actions
Allow an effect to listen for multiple different actions
Apr 24, 2024
with original ngrx store, you can have
the
ofType
allowing multiple actions as arguments. However this is not the case with thecreate
function within the effects of WithRedux in the signal store.The text was updated successfully, but these errors were encountered: