6
Jak korzystać z nowej opcji statycznej dla @ViewChild w Angular 8?
Jak skonfigurować nowe dziecko potomne widoku Angular 8? @ViewChild('searchText', {read: ElementRef, static: false}) public searchTextInput: ElementRef; vs @ViewChild('searchText', {read: ElementRef, static: true}) public searchTextInput: ElementRef; Który jest lepszy? Kiedy powinienem używać static:truevs static:false?