router
router copied to clipboard
Keep your Angular2+ router state in Redux
### This is a... * [x] feature request * [ ] bug report * [ ] usage question ### What toolchain are you using for transpilation/bundling? * [x] @angular/cli *...
Currently we just stick the raw URL in the store: This is enough to allow time travel over app routes, which is handy. However, consider Contrast this with how react-router-redux...
### This is a... * [x] feature request * [ ] bug report * [ ] usage question ### Additional Notes: Currently this project does not support Angular 5.0. Is...
react-router-redux exposes functions, put, replace, etc. that dispatch navigation actions. This allows for navigation by dispatch, which is especially handy for things like epics. Would we be able to do...
Can I get access to route params and data within ` this.router$.subscribe(...)`? More precisely can I be sure using next code ``` constructor(private route: ActivatedRoute, ...) { this.router$.subscribe( res =>...