I want to use the DOM in an angular project like this
Rx.DOM.jsonpRequest
but the DOM is not available in Rx, which Im imports, like this
import Rx = require('rxjs');
I also tried to import rxjs dom, but the error could not find the module, I installed rxjs-dom, like this
npm install rx-lite-dom
but Im not able to import it so I can DOM to an Rx object
angular reactive-programming rxjs rxjs5
blackHawk
source share