NetanelBasal
2/23/2017 - 5:56 AM

effect4.ts

@Effect() login$ = this.actions$
      .ofType("ACTION")
      .map(action => ({ type: "NEXT_ACTION" }))