W3cubDocs

/Angular

Field

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

API

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

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/forms/signals/Field