Created
September 10, 2016 01:32
-
-
Save rgbkrk/c029f787c27bc7512b0b7571115cb5e3 to your computer and use it in GitHub Desktop.
Put Rx on any random page
This file contains hidden or 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
| var RxScript = document.createElement('script'); RxScript.src = "https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"; document.getElementsByTagName('head')[0].appendChild(RxScript); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment