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

fix(portal): content not rendered inside outlet when view container is provided #17731

Merged

Conversation

crisbeto
Copy link
Member

Fixes the contents of the portal not being rendered inside of the CdkPortalOutlet if an alternate ViewContainerRef is provided. We have some logic that moves the content into the outlet for DomPortalOutlet already, but we probably missed adding it to the directive since it isn't being used in as many places.

Fixes #17650.

…s provided

Fixes the contents of the portal not being rendered inside of the `CdkPortalOutlet`  if an alternate `ViewContainerRef` is provided. We have some logic that moves the content into the outlet for `DomPortalOutlet` already, but we probably missed adding it to the directive since it isn't being used in as many places.

Fixes angular#17650.
@crisbeto crisbeto added P2 The issue is important to a large percentage of users, with a workaround target: patch This PR is targeted for the next patch release labels Nov 17, 2019
@crisbeto crisbeto requested a review from jelbourn as a code owner November 17, 2019 08:45
@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Nov 17, 2019
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

@jelbourn jelbourn added pr: lgtm action: merge The PR is ready for merge by the caretaker labels Nov 18, 2019
@jelbourn jelbourn merged commit 6d08240 into angular:master Nov 25, 2019
crisbeto added a commit to crisbeto/material2 that referenced this pull request Nov 26, 2019
Currently we only use the specified `ViewContainerRef` to attach the dialog container, but not the content itself. We couldn't fix this until now due to the bug that was fixed by angular#17731.
jelbourn pushed a commit that referenced this pull request Dec 3, 2019
…17819)

Currently we only use the specified `ViewContainerRef` to attach the dialog container, but not the content itself. We couldn't fix this until now due to the bug that was fixed by #17731.
@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 Dec 26, 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 P2 The issue is important to a large percentage of users, with a workaround target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CdkPortalOutlet attachComponentPortal not render portal to outlet when portal have viewContainerRef
3 participants