• Overview
@angular/core

InputSignal

interface

InputSignal represents a special Signal for a directive/component input.

API

  
    interface InputSignal<T> extends InputSignalWithTransform<T, T> {}
  
  

Description

InputSignal represents a special Signal for a directive/component input.

An input signal is similar to a non-writable signal except that it also carries additional type-information for transforms, and that Angular internally updates the signal whenever a new value is bound.

Jump to details