Is there a way to dynamically set the #id, the HTML attribute that angular uses to construct the @ViewChild element reference?
Specific need: i have the following te
You can use like this code:
{{item.xyz}}
Look this question: enter link description here