A type that ensures the given type T does not have a field property.
API
type WithoutFieldTree<T> = T & {fieldTree: never}
A type that ensures the given type T does not have a field property.
type WithoutFieldTree<T> = T & {fieldTree: never}
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/WithoutFieldTree