angular-ngrx-refactoring
angular-ngrx-refactoring copied to clipboard
How to upgrade to ngrx store showed in a step by step example
Hi, I have found a mistake in your code. Please, consider this statment: .filter((n: any) => { return n.payload.event.url.indexOf('flight') }) The indexOf method returns the index of the element or...
Below you have a check list to follow. A detailed [step by step description](https://github.com/BioPhoton/angular-ngrx-refactoring/wiki/Handling-router-state-with-%40ngrx-router-store) on how to solve the exercise is in the [wiki](https://github.com/BioPhoton/angular-ngrx-refactoring/wiki/Angular-@NGRX-Refactoring---Overview). - [ ] Create a new...
Below you have a check list to follow. A detailed [step by step description](https://github.com/BioPhoton/angular-ngrx-refactoring/wiki/Manage-state-with-@ngrx-store) on how to solve the exercise is in the [wiki](https://github.com/BioPhoton/angular-ngrx-refactoring/wiki/Angular-@NGRX-Refactoring---Overview). - [ ] Preconditions Install `@ngrx/store`...
Below you have a check list to follow. A detailed [step by step description](https://github.com/BioPhoton/angular-ngrx-refactoring/wiki/Encapsulate-side-effects-with-@ngrx-effects) on how to solve the exercise is in the [wiki](https://github.com/BioPhoton/angular-ngrx-refactoring/wiki/Angular-@NGRX-Refactoring---Overview). - [ ] Preconditions - [...
Below you have a check list to follow. A detailed [step by step description](https://github.com/BioPhoton/angular-ngrx-refactoring/wiki/Enable-@ngrx-store-devtools) on how to solve the exercise is in the [wiki](https://github.com/BioPhoton/angular-ngrx-refactoring/wiki/Angular-@NGRX-Refactoring---Overview). - [ ] Preconditions - [...
Below you have a check list to follow. A detailed [step by step description](https://github.com/BioPhoton/angular-ngrx-refactoring/wiki/Handling-router-state-with-%40ngrx-router-store) on how to solve the exercise is in the [wiki](https://github.com/BioPhoton/angular-ngrx-refactoring/wiki/Angular-@NGRX-Refactoring---Overview). - [ ] Implement custom logic...
Below you have a check list to follow. A detailed [step by step description](https://github.com/BioPhoton/angular-ngrx-refactoring/wiki/Preconditions) on how to solve the exercise is in the [wiki](https://github.com/BioPhoton/angular-ngrx-refactoring/wiki/Angular-@NGRX-Refactoring---Overview). - [ ] Download or clone...