Every project includes Redux DevTools and the logs are allowed for production, so you can see the state changes using this extension. Huge thanks to Fernando for this amazing course!
Plain Redux implementation using only typescript.
Basic NgRx implementation showing the use of store, actions and reducer using a parent, child and grandchild component. Live demo
NgRx implementation using two reducers and more several components. Live Demo
This is the largest app, with 3 reducers, NgRx implementation using lazy load for the main module and AngularFire2. Live Demo
- Email: jcamilo.osorio15@gmail.com
- Password: 123456
This app introduces the use of effects to dispatch actions for fetching data and handle its errors. Live Demo