mirror of
https://github.com/alexta69/metube.git
synced 2025-04-06 05:37:38 +03:00
upgrade dependencies (migrate to Angular 10)
This commit is contained in:
parent
5b72fe1ba3
commit
cb8f820d73
24 changed files with 23382 additions and 6625 deletions
|
@ -18,7 +18,7 @@ export class MasterCheckboxComponent {
|
|||
@Input() list: Map<String, Checkable>;
|
||||
@Output() changed = new EventEmitter<number>();
|
||||
|
||||
@ViewChild('masterCheckbox', {static: false}) masterCheckbox: ElementRef;
|
||||
@ViewChild('masterCheckbox') masterCheckbox: ElementRef;
|
||||
selected: boolean;
|
||||
|
||||
clicked() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue