Know when to extend the Observable class

InstructorAndré Staltz

Share this video with your friends

Send Tweet

The Observable in RxJS is a JavaScript class, and can be extended. In this lesson we will learn about those cases where extending the Observable class becomes a problem, and what cases where it makes sense to extend it.