• Overview
@angular/forms/signals

WithoutField

Type Alias

A type that ensures the given type T does not have a field property.

API

    
      type WithoutField<T> = T & {field: never}
    
    
Jump to details