Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save samueleresca/92c43f35d96dacb7c3678dbe02047f9f to your computer and use it in GitHub Desktop.
Save samueleresca/92c43f35d96dacb7c3678dbe02047f9f to your computer and use it in GitHub Desktop.
Observable.fromEvent(button, 'click')
.subscribe(event=>
{
console.log("you clicked");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment