You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cdk/overlay): expand OverlayReference interface to cover more properties (#23254)
We have an interface called `OverlayReference` which is meant to mimic `OverlayRef` while allowing us to break the circular dependency of `ScrollStrategy -> OverlayRef -> OverlayConfig -> ScrollStrategy`. The problem is that it currently doesn't expose some useful members.
These changes expand the interface to cover more of the `OverlayRef` API surface.
Fixes#23234.
(cherry picked from commit 357c396)
0 commit comments