The Wayback Machine - https://web.archive.org/web/20240920155739/https://angular.dev/api/forms/FormArray/
@angular/forms

FormArray

Class

Tracks the value and validity state of an array of FormControl, FormGroup or FormArray instances.

  
    class FormArray<TControl extends AbstractControl<any>> extends AbstractControl<
override getError(errorCode: string, path?: string | (string | number)[]): any; override hasError(errorCode: string, path?: string | (string | number)[]): boolean; override readonly root: AbstractControl<any, any>;}
Jump to details
HTTPS · web.archive.org
← Home