Converts a signal getter to an observable.
Each subscription gets its own effect which immediately emits the current getter value and then forwards subsequent changes until the subscription is closed.
The signal or memo getter to observe.
An observable emitting the getter value whenever it changes.
Converts a signal getter to an observable.
Each subscription gets its own effect which immediately emits the current getter value and then forwards subsequent changes until the subscription is closed.