Getting More From Redux and @ngrx
@ngrx
@ngrx provides most of its Redux implementation through the ngrx/store module. Other modules are available for better integration and development.
ngrx/store-devtools - an ngrx implementation of the Redux DevTools
ngrx/effects - a model for performing side-effects similar to
redux-saga
ngrx/router and ngrx/router-store - a router for Angular that can be connected to your ngrx store
Last updated