ForamArray Without parent FormGroup

This issue has been tracked since 2023-01-26.

Which @angular/* package(s) are relevant/related to the feature request?

forms

Description

FormArray should be avaiable without parent FormGroup

I want to use FormArray without Parent Form Group

For Example

this.myFormGroup.value = {StreetList:[{name:'Street 1',plots:10},{name:'Street 1',plots:10}]}

It should be this.myFormArray.value = [{name:'Street 1',plots:10},{name:'Street 1',plots:10}]

Proposed solution

FormArray should work just like FormGroup independently

Alternatives considered

Till now everyone is using work around like wrapping in FormGroups and just send array part in their request

geromegrignon wrote this answer on 2023-01-30

duplicate #30264

AndrewKushnir wrote this answer on 2023-01-30

Closing as a duplicate of #30264.

More Details About Repo
Owner Name angular
Repo Name angular
Full Name angular/angular
Language TypeScript
Created Date 2014-09-18
Updated Date 2023-03-21
Star Count 87006
Watcher Count 3028
Fork Count 23170
Issue Count 1418

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date