I know it is possible to store in a state the routing using the @ngrx/router-store.
This library bind the Angular router with the ngrx-store.
Following the redux principles, it has sense to store the routing because it is a state change of the application, but, practically, what to do with the information stored? Is it useful only if we want to implement side-effects on routing?
The same way, not change because of ngrx.