RxJS-DOM provides Reactive Extensions for JavaScript (RxJS) bindings for HTML DOM objects to abstract over the event binding, Ajax requests, Web Sockets, Web Workers, Server-Sent Events, Geolocation and more.
What is the best way to handle multiple events on the same DOM node in rxjs 5.1? fromEvent($element, 'event_name') …
angular rxjs5 rxjs-dom