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 ea86d33 commit 202adceCopy full SHA for 202adce
src/cdk/overlay/overlay-ref.ts
@@ -65,7 +65,7 @@ export class OverlayRef implements PortalHost {
65
// Update the position once the zone is stable so that the overlay will be fully rendered
66
// before attempting to position it, as the position may depend on the size of the rendered
67
// content.
68
- first.call(this._ngZone.onStable).subscribe(() => {
+ first.call(this._ngZone.onStable.asObservable()).subscribe(() => {
69
this.updatePosition();
70
});
71
0 commit comments