The Wayback Machine - https://web.archive.org/web/20250327170457/https://angular.dev/api/core/InputOptionsWithoutTransform
    • Overview
@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
HTTPS · web.archive.org
← Home