angular-ngrx-refactoring icon indicating copy to clipboard operation
angular-ngrx-refactoring copied to clipboard

4. Handling router state with @ngrx/router-store

Open BioPhoton opened this issue 8 years ago • 0 comments

Below you have a check list to follow.
A detailed step by step description on how to solve the exercise is in the wiki.

  • [ ] Implement custom logic to keep in sync with url
  • [ ] Sync form with url params
  • [ ] Implement router and register reducer and extend state
  • [ ] Implement an effect that handles the new router-store actions
  • [ ] Remove manual find calls on url change
  • [ ] BONUS - Implement a custom RouterStateSerializer
    • [ ] Create serailizer
    • [ ] Setup a provider for the Serializer

BioPhoton avatar Sep 17 '17 15:09 BioPhoton