Hi Sander,
I am already using @input.
IN My child component, I need to use this input count and
do something like this
for(int i=0; i<= n-1; i++){ // n-1 being the count i sent from parent component.
<div>
// inside this div contains the form,
</div>
}
// above for loop should be a list of forms bound to a model.
I am not able to implement this.
could you please help me with this?
Best,
Sonal