6
Tôi nên sử dụng tùy chọn tĩnh mới cho @ViewChild trong Angular 8 như thế nào?
Làm thế nào tôi nên cấu hình con xem Angular 8 mới? @ViewChild('searchText', {read: ElementRef, static: false}) public searchTextInput: ElementRef; đấu với @ViewChild('searchText', {read: ElementRef, static: true}) public searchTextInput: ElementRef; Cái nào tốt hơn? Khi nào tôi nên sử dụng static:truevs static:false?