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