Thanks to visit codestin.com
Credit goes to angular.dev

    • 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 & {fieldTree: never}
    
    
Jump to details