The Wayback Machine - https://web.archive.org/web/20241008141606/https://angular.dev/api/forms/FormRecord/
@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
HTTPS · web.archive.org
← Home