6
Come dovrei usare la nuova opzione statica per @ViewChild in Angular 8?
Come devo configurare il nuovo figlio della vista Angular 8? @ViewChild('searchText', {read: ElementRef, static: false}) public searchTextInput: ElementRef; vs @ViewChild('searchText', {read: ElementRef, static: true}) public searchTextInput: ElementRef; Che è migliore? Quando dovrei usare static:truevs static:false?