Skip to content

Instantly share code, notes, and snippets.

@adrianfaciu
Created August 27, 2017 16:24
Show Gist options
  • Select an option

  • Save adrianfaciu/4b8ca330996d06418c49203f46065403 to your computer and use it in GitHub Desktop.

Select an option

Save adrianfaciu/4b8ca330996d06418c49203f46065403 to your computer and use it in GitHub Desktop.
@Effect()
updateTextOnIncrement$ = this.actions$
.ofType(actions.INCREMENT_ACTION)
// Any additional processing we might want to do here
.mapTo(({ type: actions.UPDATE_TEXT_ACTION }));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment