The Wayback Machine - https://web.archive.org/web/20250401025732/https://angular.dev/api/forms/isFormRecord
    • Overview
@angular/forms

isFormRecord

constant

Asserts that the given control is an instance of FormRecord

API

  
    const isFormRecord: (control: unknown) => control is FormRecord<AbstractControl<any, any>>;
  
  
Jump to details
HTTPS · web.archive.org
← Home