• Overview
@angular/core

InputOptionsWithoutTransform

Type Alias
stablesince v19.0

Signal input options without the transform option.

API

    
      type InputOptionsWithoutTransform<T> = Omit<InputOptions<T, T>, 'transform'> & {transform?: undefined}
    
    
Jump to details