@angular/core

InputSignalWithTransform

interface

InputSignalWithTransform represents a special Signal for a directive/component input with a transform function.

  
    interface InputSignalWithTransform<T, TransformT> extends Signal<T> {}
  
  
Jump to details