isFormRecord
constant
kararlı
Asserts that the given control is an instance of FormRecord
API
const isFormRecord: (control: unknown) => control is FormRecord<AbstractControl<any, any, any>>;
Detaylara atla
Asserts that the given control is an instance of FormRecord
const isFormRecord: (control: unknown) => control is FormRecord<AbstractControl<any, any, any>>;