We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a62f2 commit 5aacc50Copy full SHA for 5aacc50
lib/core/src/lib/clipboard/clipboard.directive.ts
@@ -41,10 +41,10 @@ export class ClipboardDirective {
41
@Input('clipboard-notification') message: string;
42
43
constructor(
44
- private clipboardService: ClipboardService,
+ private readonly clipboardService: ClipboardService,
45
public viewContainerRef: ViewContainerRef,
46
- @Self() private matTooltip: MatTooltip,
47
- @Optional() private translate: TranslateService
+ @Self() private readonly matTooltip: MatTooltip,
+ @Optional() private readonly translate: TranslateService
48
) {}
49
50
@HostListener('mouseenter')
0 commit comments