• Overview
@angular/forms/signals

WithField

Type Alias

A type that requires the given type T to have a field property.

API

    
      type WithField<T> = T & {field: Field<unknown>}
    
    
Jump to details