router icon indicating copy to clipboard operation
router copied to clipboard

Keep your Angular2+ router state in Redux

Results 6 router issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement
help wanted

### 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...

enhancement
help wanted

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 =>...