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

FormGroup

Class

Tracks the value and validity state of a group of FormControl instances.

  
    class FormGroup<TControl extends {[K in keyof TControl]: 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