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
With the newer @angular/cdk versions one can pass input bindings to overlay components.
We should prefer using them over passing config objects or accessing the host component.
IMPORTANT: not before v50, as the feature in the cdk is new.
With the newer
@angular/cdkversions one can pass input bindings to overlay components.We should prefer using them over passing config objects or accessing the host component.
IMPORTANT: not before v50, as the feature in the cdk is new.