upgrade dependencies (migrate to Angular 10)

This commit is contained in:
Alex Shnitman 2021-02-01 22:53:31 +02:00
parent 5b72fe1ba3
commit cb8f820d73
24 changed files with 23382 additions and 6625 deletions

View file

@ -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() {