• 概要

このサイトでは、サービスの提供とトラフィックの分析のためにGoogleのクッキーを使用しています。

@angular/forms

isFormControl

constant

Asserts that the given control is an instance of FormControl

API

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