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
{{ message }}
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.
I'm currently in the process of setting up a big project with Angular and ngrx. I managed to figure out most things, but am missing some information about the @ngrx/router-store:
When should @ngrx/router-store be used? For every @ngrx app? Or only for certain use cases?
Do existing mechanisms like routerLink and router.navigate still work with @ngrx/router-store?
How should you @ngrx/router-store? Should you always use actions for routing?
How does @ngrx/router-store? work? If you can still use the old mechanisms, does that mean that they also fire the appropriate actions? Are custom changes to the route state (by composing the routerReducer with a custom reducer) automatically applied?
These are all the questions I could come up with. It would be nice if we could add some documentation about this to the README.
The text was updated successfully, but these errors were encountered:
I'm currently in the process of setting up a big project with Angular and ngrx. I managed to figure out most things, but am missing some information about the
@ngrx/router-store
:@ngrx/router-store
be used? For every@ngrx
app? Or only for certain use cases?routerLink
androuter.navigate
still work with@ngrx/router-store
?@ngrx/router-store
? Should you always use actions for routing?@ngrx/router-store
? work? If you can still use the old mechanisms, does that mean that they also fire the appropriate actions? Are custom changes to the route state (by composing therouterReducer
with a custom reducer) automatically applied?These are all the questions I could come up with. It would be nice if we could add some documentation about this to the README.
The text was updated successfully, but these errors were encountered: