Skip to content
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(overlay): expose flexible overlay features through CdkConnectedOverlay #11069

Merged

Conversation

crisbeto
Copy link
Member

Exposes all of the new flexible positioning features through the CdkConnectedOverlay directive. They're still all set to be opt-in for now, in order to avoid breaking changes.

@crisbeto crisbeto requested a review from jelbourn as a code owner April 29, 2018 15:11
@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Apr 29, 2018
set growAfterOpen(value: any) { this._growAfterOpen = coerceBooleanProperty(value); }

/** Whether the overlay can be pushed on-screen if none of the provided positions fit. */
@Input('cdkConnectedOverlayGrowAfterOpen')
Copy link
Member

@jelbourn jelbourn Apr 30, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a unit test that adds these just to ensure they don't break if e.g. someone accidentally renames a input or something minor like that?

…verlay

Exposes all of the new flexible positioning features through the `CdkConnectedOverlay` directive. They're still all set to be opt-in for now, in order to avoid breaking changes.
@crisbeto crisbeto force-pushed the overlay-directive-flexible-features branch from c336c2b to 8ccb1a9 Compare May 2, 2018 17:55
@crisbeto
Copy link
Member Author

crisbeto commented May 2, 2018

Sorry for the delay @jelbourn, it looks like I missed the notification for this one. I've addressed the feedback now.

Copy link
Member

@jelbourn jelbourn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

I'm way slower to respond to your stuff literally all the time.

@jelbourn jelbourn added pr: lgtm action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release and removed pr: needs review labels May 3, 2018
@jelbourn jelbourn merged commit ef0229c into angular:master May 10, 2018
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker cla: yes PR author has agreed to Google's Contributor License Agreement target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants