Skip to content

Instantly share code, notes, and snippets.

@tuandinh0801
Last active November 29, 2018 16:28
Show Gist options
  • Save tuandinh0801/5d2ff739393e7e59f653b895b68ab073 to your computer and use it in GitHub Desktop.
Save tuandinh0801/5d2ff739393e7e59f653b895b68ab073 to your computer and use it in GitHub Desktop.
Observable
.fromEvent( button, 'click' )
.subscribe(event => {
console.log( 'clicked!' )
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment