6
¿Cómo debo usar la nueva opción estática para @ViewChild en Angular 8?
¿Cómo debo configurar el nuevo Angular 8 view child? @ViewChild('searchText', {read: ElementRef, static: false}) public searchTextInput: ElementRef; vs @ViewChild('searchText', {read: ElementRef, static: true}) public searchTextInput: ElementRef; ¿Cual es mejor? ¿Cuándo debo usar static:truevs static:false?