Split an RxJS Observable Conditionally with windowToggle

InstructorAndré Staltz

Share this video with your friends

Send Tweet

There are variants of the window operator that allow you to split RxJS observables in different ways. In this lesson we will explore the windowToggle variant and see one of its use cases in user interfaces.