6
Angular 8에서 @ViewChild에 새로운 정적 옵션을 어떻게 사용해야합니까?
새로운 Angular 8 뷰 하위를 어떻게 구성해야합니까? @ViewChild('searchText', {read: ElementRef, static: false}) public searchTextInput: ElementRef; vs @ViewChild('searchText', {read: ElementRef, static: true}) public searchTextInput: ElementRef; 어떤게 더 좋아? 언제 static:truevs를 사용해야 static:false합니까?