◐ Shell
clean mode source ↗

FormRecord • Angular

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