@ManuCastrillonM
@Input
@Output
@Output
@Output
@Output
@Input
@Input
@Input
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
REDUCER
STORE
SUBSCRIBERS
SUBSCRIBERS
Side effects ??
https://github.com/ManuCastrillonM/angular-medellin-ngrx
NGRX Store + Effects
@ngrx/store-devtools
Questions?
Thanks!