6
Açısal 8'de @ViewChild için yeni statik seçeneği nasıl kullanmalıyım?
Yeni Angular 8 view alt öğesini nasıl yapılandırmalıyım? @ViewChild('searchText', {read: ElementRef, static: false}) public searchTextInput: ElementRef; vs @ViewChild('searchText', {read: ElementRef, static: true}) public searchTextInput: ElementRef; Hangisi daha iyi? Ne zaman static:truevs kullanmalıyım static:false?