@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