• Overview

This site uses cookies from Google to deliver its services and to analyze traffic.

@angular/core

InputOptionsWithoutTransform

Type Alias

Signal input options without the transform option.

API

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