Convert DOM and Node.js Streams to RxJS Observables with fromEvent

InstructorAndré Staltz

Share this video with your friends

Send Tweet

Besides converting arrays and promises to Observables, we can also convert other structures to Observables.

This lesson teaches how we can convert any addEventHandler or removeEventHandler API to Observables. We will see how fromEvent does just that.