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
feat(cdk/portal): add directives support to ComponentPortal (#33142)
Added a `directives` property to `ComponentPortal` that gets passed
through to `createComponent` in both `DomPortalOutlet` and
`CdkPortalOutlet`. This allows applying directives to dynamically
created components via portals.
Closes#33141
0 commit comments