Thanks to visit codestin.com
Credit goes to angular.dev

    • Overview
@angular/forms

isFormArray

constant
stable

Asserts that the given control is an instance of FormArray

API

    
      const isFormArray: (control: unknown) => control is FormArray<any>;
    
    
Jump to details