@angular/forms

FormRecord

Class

Tracks the value and validity state of a collection of FormControl instances, each of which has the same value type.

  
    class FormRecord<TControl extends AbstractControl> extends FormGroup<{
override hasError(errorCode: string, path?: string | (string | number)[]): boolean; override readonly root: AbstractControl<any, any>;}
Jump to details