InputSignal
interface
InputSignal
represents a special Signal
for a directive/component input.
[SIGNAL]
InputSignalNode<T, TransformT>
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