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

On Thursday, May 23, 2019 at 2:33:18 AM UTC-7, Sander Elias wrote:
>
> User @Input and @Output in tour child2

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular/9a9b60da-e803-4616-8282-1e43c2242d36%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to