isFormGroup
Asserts that the given control is an instance of FormGroup
const isFormGroup: (control: unknown) => control is FormGroup<any>;
Asserts that the given control is an instance of FormGroup
const isFormGroup: (control: unknown) => control is FormGroup<any>;