• Overview
@angular/forms

isFormControl

constant
stable

Asserts that the given control is an instance of FormControl

API

  const isFormControl: (control: unknown) => control is FormControl<any>;  
Jump to details