6
কৌনিক 8 এ @ ভিভিচিল্ডের জন্য আমার নতুন স্থিতিশীল বিকল্পটি কীভাবে ব্যবহার করা উচিত?
নতুন অ্যাংুলার 8 ভিউ চাইল্ডটি কীভাবে কনফিগার করব? @ViewChild('searchText', {read: ElementRef, static: false}) public searchTextInput: ElementRef; বনাম @ViewChild('searchText', {read: ElementRef, static: true}) public searchTextInput: ElementRef; কোনটা ভাল? আমি কখন static:trueবনাম ব্যবহার করা উচিত static:false?