Dynamically update the div ID in the component.html
Hi Team,
Could you please help me with how to dynamically update the DIV ID within the component.html based on the number of occurences in the page.
<div id="testcontainer1">
</div>
Here the id=testcontainer1 should get dynamically updated as 1,2,3,so on.. based on the number of components being placed on the page.
Thanks!

