DEV Community

Discussion on: Build your Pokédex: Part 1 - Introduction to NgRX

Collapse
 
rickvandermey profile image
Rick van der Meij

You should update Actions Reducers and Effects to ngrx8 implementation. Less boilerplate and more readible. Example: github.com/rickvandermey/angular-s... Actions should be dispatched without new

Collapse
 
carlillo profile image
Carlos Caballero

Hi!

There is the part-2 and 3 as you can see in the TOC

Thanks!