@ManuCastrillonM
@Input
@Output
Mutation
Asynchronicity
Core concepts
{ name: 'CONST', payload: any }
Three Principles
function sum (a, b) { return a + b; }
const c = 2; function sum (a, b) { return a + b + c; }
Sample App
STATE
ACTIONS
REDUCER
STORE
SUBSCRIBERS
Side effects ??
https://github.com/ManuCastrillonM/angular-medellin-ngrx
NGRX Store + Effects
@ngrx/store-devtools
Questions?
Thanks!
By Manu Castrillón