Signal input options without the transform option.
API
type InputOptionsWithoutTransform<T> = Omit<InputOptions<T, T>, 'transform'> & {transform?: undefined}
Signal input options without the transform option.
type InputOptionsWithoutTransform<T> = Omit<InputOptions<T, T>, 'transform'> & {transform?: undefined}
Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/core/InputOptionsWithoutTransform