I have a shared component that I will use as such https://stackblitz.com/edit/angular-ivy-nveufn
I will not clone the component with a loop, I will paste it next to one another as needed in the html file. Is there a way for the shared component to know which node's index number it is, without doing a loop in its parent container?