• Overview

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

@angular/core

InputOptionsWithTransform

Type Alias

Signal input options with the transform option required.

API

  
    type InputOptionsWithTransform<T, TransformT> = Required<  Pick<InputOptions<T, TransformT>, 'transform'>> &  InputOptions<T, TransformT>
  
  
Jump to details