• Overview
@angular/forms

isFormGroup

constant
stable

Asserts that the given control is an instance of FormGroup

API

  const isFormGroup: (control: unknown) => control is FormGroup<any>;  
Jump to details