Add copy-to-clipboard fallback if navigator.clipboard is not available #292
Annotations
6 errors and 3 warnings
Lint:
src/app/shared/directive/clipboard.directive.ts#L17
Expected { after 'if' condition
|
Lint:
src/app/shared/directive/clipboard.directive.ts#L33
'execCommand' is deprecated. [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/execCommand)
|
Lint:
src/app/shared/directive/clipboard.directive.ts#L46
Expected dot to be on same line as object
|
Lint:
src/app/shared/directive/clipboard.directive.ts#L47
Expected dot to be on same line as object
|
Lint:
src/app/shared/directive/clipboard.directive.ts#L48
Block must be padded by blank lines
|
Lint
Process completed with exit code 1.
|
prepare
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|