Bagaimana saya harus menggunakan opsi statis baru untuk @ViewChild di Angular 8?

Bagaimana saya harus mengkonfigurasi anak tampilan 8 Sudut baru? @ViewChild('searchText', {read: ElementRef, static: false}) public searchTextInput: ElementRef; vs. @ViewChild('searchText', {read: ElementRef, static: true}) public searchTextInput: ElementRef; Mana yang lebih baik? Kapan saya...