6
Як я повинен використовувати нову статичну опцію для @ViewChild у Angular 8?
Як я можу налаштувати нову дитину з кутом перегляду 8? @ViewChild('searchText', {read: ElementRef, static: false}) public searchTextInput: ElementRef; проти @ViewChild('searchText', {read: ElementRef, static: true}) public searchTextInput: ElementRef; Який краще? Коли я повинен використовувати static:truevs static:false?