I want to use DOM in angular project like this
Rx.DOM.jsonpRequest
but DOM is not available on Rx which Im importing like this
import Rx = require('rxjs');
I also tried to import rxjs dom but error was can not find module, I installed rxjs-dom like this
npm install rx-lite-dom
but Im unable to import it so that I can DOM on Rx object