-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(cdk/overlay): Extend cdkConnectedOverlayOrigin
to support more types.
#23253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cdk/overlay): Extend cdkConnectedOverlayOrigin
to support more types.
#23253
Conversation
02dfcc6
to
217ac0d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll also have to run yarn approve-api overlay
to fix the API golden failure.
217ac0d
to
c351d1e
Compare
c351d1e
to
cd28f52
Compare
… types. `CdkConnectedOverlay` directive's input `cdkConnectedOverlayOrigin` only supports `CdkOverlayOrigin`. `FlexibleConnectedPositionStrategy` supports a lot more types. Add support for them. Fixes angular#23252
cd28f52
to
bf6f74b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
presubmit (internal). Tests ran last night with about 100 failures, many of them are timeouts. |
tests passed on re-run |
Thanks for the reviews and merging! |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
CdkConnectedOverlay
directive's inputcdkConnectedOverlayOrigin
only supportsCdkOverlayOrigin
.FlexibleConnectedPositionStrategy
supports a lot more types. Add support for them.Fixes #23252