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
make the router the single source of truth (e.g. rehydrate): this requires to set ROUTER_NAVIGATION events for each of the modules, i.e. so we don't dispatch actions in constructor or OnInit, but rather check and react to router changes. This way we also have less issues with browser refreshes
make the router the single source of truth (e.g. rehydrate): this requires to set ROUTER_NAVIGATION events for each of the modules, i.e. so we don't dispatch actions in constructor or OnInit, but rather check and react to router changes. This way we also have less issues with browser refreshes
See: https://github.com/vsavkin/state_management_ngrx4/blob/master/clientapp/src/app/model.ts
The text was updated successfully, but these errors were encountered: