Skip to content

Instantly share code, notes, and snippets.

@ndcunningham
Created December 12, 2019 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ndcunningham/ae1ae3d223a0d16cd22aa824c04d482f to your computer and use it in GitHub Desktop.
Save ndcunningham/ae1ae3d223a0d16cd22aa824c04d482f to your computer and use it in GitHub Desktop.
start() {
documentSubscription$ = fromEvent(document, 'click').subscribe();
// this is our addEventListener
}
done() {
this.documentSubscription$.unsubscribe();
// this is our removeEventListener
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment