Skip to content

Instantly share code, notes, and snippets.

@arturovt
Last active March 14, 2019 10:47
Show Gist options
  • Save arturovt/fbf4307c95c913927f66cf059a1c9167 to your computer and use it in GitHub Desktop.
Save arturovt/fbf4307c95c913927f66cf059a1c9167 to your computer and use it in GitHub Desktop.
this.stateSubscription = stateAndAction$.subscribe({ state, action } => {
this.next(state);
scannedActions.next(action);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment