You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Creates a writable signal whose value is initialized and reset by the linked, reactive computation.
25
+
*
26
+
* @publicApi
25
27
*/
26
28
exportfunctionlinkedSignal<D>(
27
29
computation: ()=>D,
@@ -34,7 +36,7 @@ export function linkedSignal<D>(
34
36
*
35
37
* Note: The computation is reactive, meaning the linked signal will automatically update whenever any of the signals used within the computation change.
0 commit comments