-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: cdk/clipboard
Description
Expected Behavior
There's a typo in CKD_COPY_TO_CLIPBOARD_CONFIG
.
Actual Behavior
It should be CDK_COPY_TO_CLIPBOARD_CONFIG
.
What behavior did you actually see?
components/src/cdk/clipboard/copy-to-clipboard.ts
Lines 30 to 31 in e99ca0a
export const CKD_COPY_TO_CLIPBOARD_CONFIG = | |
new InjectionToken<CdkCopyToClipboardConfig>('CKD_COPY_TO_CLIPBOARD_CONFIG'); |
Environment
- Angular: 11.
- CDK/Material: 11.
- Browser(s):
- Operating System (e.g. Windows, macOS, Ubuntu):
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: cdk/clipboard