Ang2 Game
Ang2 Game
Smart component
Reducers take the previous state and __________ to compute the new state Action
You install ngrx using which command? npm install @ngrx/core @ngrx/store --save
Which of the following is needed to add side-effect capabilities to your application? @ngrx/effects
____ is similar to @ngrx/effects, as both are models for performing side-effects redux-devTools
Reducers should be pure functions, meaning they should not generate -----side-effects