This repository was archived by the owner on Jul 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Missing documentationΒ #34
Copy link
Copy link
Open
Description
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
androuter.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 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.
zygimantas, kepoddx, violabg, RoopeHakulinen, NetanelBasal and 14 more
Metadata
Metadata
Assignees
Labels
No labels