Improving channels api with node data

This commit is contained in:
softsimon
2022-05-16 00:01:53 +04:00
parent e12f32ef80
commit 7f7fa2eb6a
8 changed files with 49 additions and 18 deletions

View File

@@ -11,6 +11,7 @@ import * as tlite from 'tlite';
export class ClipboardComponent implements AfterViewInit {
@ViewChild('btn') btn: ElementRef;
@ViewChild('buttonWrapper') buttonWrapper: ElementRef;
@Input() size: 'small' | 'normal' = 'normal';
@Input() text: string;
copiedMessage: string = $localize`:@@clipboard.copied-message:Copied!`;