Last active
April 22, 2019 08:01
-
-
Save Mayankgupta688/9b8e1c44d63cdd9fad868b87a74e9760 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { fromEvent } from 'rxjs'; | |
const clicksInDocument = fromEvent(document, 'click'); | |
const clicksInDiv = fromEvent(document.getElementById("articleDiv", 'click'); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment