Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about formarray

Read more about formarray

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)

Questions - formarray

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> &...
test-img

Parul

angular

components

formarray

angular-reactive-forms

Votes: 0

Answers: 1

Latest Answer

You can use this solution: this.form.valueChanges.subscribe((res) => { this.guestData.emit(this.form); });
test-img

Souhail HARRATI

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...
test-img

GergelyKarl

angular

angular-reactive-forms

formarray

formgroups

Votes: 0

Answers: 1

Latest Answer

you can subscribe to form value change and emit it by @output to the parent component Fixed it here https://angular-ivy-jgju6y.stackblitz.io
test-img

Mohammad Babaei

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved