Uses MutationObserver to observe changes to nodes passed to the signal.
Param: source
Either a signal/observable/function that returns Nodes or ElementRefs, or a value that is Node or ElementRef.
If the source is a value then the signal will be writable.
Param: options
Options for the signal or the MutationObserver used to monitor changes.
Uses MutationObserver to observe changes to nodes passed to the signal.
Param: source
Either a signal/observable/function that returns Nodes or ElementRefs, or a value that is Node or ElementRef. If the source is a value then the signal will be writable.
Param: options
Options for the signal or the MutationObserver used to monitor changes.
Example