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(portal): content not rendered inside outlet when view container is provided (#17731)
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.
0 commit comments