The thing with my problem is that I have to load one component of an array dynamically on each step of my stepper on the template.
I followed the Angular guide for loading dynamic components into the template, but for now I am only capable to render all the components from the array into the first step of the stepper, is like the other steps don't have the anchor element or I can't target that anchor element.
I've made a non-functional Stackblitz to present an idea of what I need to achieve. Any clues on how to do it?