I am having issues with my application not dispatching some actions or some effects not being called when an action is dispatched (see ngrx effect not being called when action is dispatched from component).
I would like to know how to debug the ngrx store, actions and also effects.
As the typescript sources for ngrx are not available on my environment (only the typings are available it seems), are there other ways to know what is going on in the store and effects?
P.S. It seems the dev store tools only allow for viewing the changes caused by the reducers.