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
The flexibleConnectedTo method on the OverlayPositionBuilder accepts a ElementRef. Ideally this would allow a nativeElement passed directly. If you pass flexibleConnectedTo({ nativeElement: event.target }) everything works fine.