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(clipboard): namespace copied output name (#17598)
Since the `cdkCopyToClipboard` is a directive that uses an element selector, the name of the `copied` output needs to be namespaced. Since the API is already released, these changes deprecate the unprefixed version and add a prefixed one.
0 commit comments