Cookies concent notice

This site uses cookies from Google to deliver its services and to analyze traffic.
Learn more
Skip to main content
This site is no longer updated.Head to Angular.devHome
/

This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.

InputSignal

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

See more...

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

  // inherited from core/InputSignalWithTransform
}
    

See also

Description

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.