6
मुझे Angular 8 में @ViewChild के लिए नए स्थिर विकल्प का उपयोग कैसे करना चाहिए?
मुझे नए कोणीय 8 दृश्य बच्चे को कैसे कॉन्फ़िगर करना चाहिए? @ViewChild('searchText', {read: ElementRef, static: false}) public searchTextInput: ElementRef; बनाम @ViewChild('searchText', {read: ElementRef, static: true}) public searchTextInput: ElementRef; कौनसा अच्छा है? मुझे static:trueबनाम का उपयोग कब करना चाहिए static:false?