A read-only signal: call it with no arguments to read the current value. Computed signals created with computed have this shape — they cannot be written to.
computed
Subscribe to value changes. Notifications are synchronous: observers are called at the write that changed the value.
a Subscription which lets you unsubscribe.
A read-only signal: call it with no arguments to read the current value. Computed signals created with
computedhave this shape — they cannot be written to.