• Introduction
  • Reference
  • Overview
  • Principles
  • Setup
  • Install a bunch of external packages
  • First, define your store and start attaching reducers to it.
  • Next, we need to create one "Application State".
  • Next, put the reducers into the store.
  • Next, get the state from store and dispatch the actions.
  • Dealing with Side-Effects
  • Setup
  • Install an external package
  • Next, add a new action
  • Next, we are going to implement the side-effect for handling the action. _actions.ofType() returns an observable which watches for newly dispatched events that match the type of the action.
  • The final step for handling effects to register the effects to the app.module.
  • Other packages
  • Router-Store package
  • Store-Devtools package