Asserts that the given control is an instance of FormRecord
API
const isFormRecord: (control: unknown) => control is FormRecord<AbstractControl<any, any, any>>;
Asserts that the given control is an instance of FormRecord
const isFormRecord: (control: unknown) => control is FormRecord<AbstractControl<any, any, any>>;
Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/forms/isFormRecord