• Overview
@angular/forms/signals

A field accessor function that returns the state of the field.

API

    
      type Field<TValue, TKey extends string | number = string | number> = () => FieldState<  TValue,  TKey>
    
    
Jump to details