Migrated to angular 9

This commit is contained in:
Isaac Grynsztein
2020-03-14 23:37:27 -04:00
parent 20b580b76f
commit 0981dd216d
6 changed files with 36 additions and 26 deletions

View File

@@ -192,7 +192,7 @@ export class MainComponent implements OnInit {
selectedQuality = '';
formats_loading = false;
@ViewChild('urlinput', { read: ElementRef, static: false }) urlInput: ElementRef;
@ViewChild('urlinput', { read: ElementRef }) urlInput: ElementRef;
@ViewChildren('audiofilecard') audioFileCards: QueryList<FileCardComponent>;
@ViewChildren('videofilecard') videoFileCards: QueryList<FileCardComponent>;
last_valid_url = '';