python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to pass controls in parent component sent from child component?
https://stackblitz.com/edit/child-component-ki8tvu?file=app%2Fchild.component.ts,
check my code here
app.component.html:
<div [formGroup]="myform">
<h1>Good bye</h1>
&...
Parul
Votes: 0
Answers: 1
How can i get FormArray input values in parent element?
How can I get values (in reactive way) by FormArray if it is in the child component and my main form in the parent component.I solved this with FormGroupDirective by FormGroups but this doesnt work at...

GergelyKarl
Votes: 0
Answers: 1