An initial value of the signal.
Optional
options: SignalOptions<T>Signal options.
A writable signal.
Force notifies dependents.
Sets the signal value and force notifies dependents.
The new value of the signal.
Sequentially creates new entities by passing the result of the operator execution from the previous one to the next one.
The result of the last operator execution.
Empty operator pipe. Returns the signal itself.
The signal.
Sets the signal value and notify dependents if it was changed.
The new value of the signal.
Subscribes the passed function to updates of the signal value.
A function subscribed to updates.
Optional
immediate: IDetermines whether the function should be executed immediately after subscription. Default is true.
An unsubscribe function.
A Signal whose value can be set.