JCamiloo / ngrx

Angular apps using NgRx.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

Basics

Plain Redux implementation using only typescript.

Redux App

Basic NgRx implementation showing the use of store, actions and reducer using a parent, child and grandchild component. Live demo

ToDo App

NgRx implementation using two reducers and more several components. Live Demo

Incomes App

This is the largest app, with 3 reducers, NgRx implementation using lazy load for the main module and AngularFire2. Live Demo

Effects App

This app introduces the use of effects to dispatch actions for fetching data and handle its errors. Live Demo

About

Angular apps using NgRx.


Languages

Language:CSS 76.0%Language:HTML 16.6%Language:TypeScript 5.8%Language:JavaScript 1.5%Language:CoffeeScript 0.1%