We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c2545 commit f9990feCopy full SHA for f9990fe
src/cdk/scrolling/viewport-ruler.ts
@@ -142,6 +142,7 @@ export class ViewportRuler implements OnDestroy {
142
143
/**
144
* Returns a stream that emits whenever the size of the viewport changes.
145
+ * This stream emits outside of the Angular zone.
146
* @param throttleTime Time in milliseconds to throttle the stream.
147
*/
148
change(throttleTime: number = DEFAULT_RESIZE_TIME): Observable<Event> {
0 commit comments