nestSignal

G
W

Takes a value that contains one or more nested signals and emits their resolved values. Any type of value can be passed into it - As the signal will recursively traverse every property and element and replace any signal with its value after any change.

Basic Usage