Operators
Custom RxJS operators that provide declarative access to browser APIs and framework environment features. These operators allow you to compose and transform data streams while working with browser and Angular functionality in a reactive way.
Examples
Router API
Creates an observable that emits specific Angular Router events of the provided type:
Render API
Creates an Observable that emits and completes next time the application finishes rendering. This operator utilizes Angular's afterNextRender api: