Skip to content

Commit 14ed045

Browse files
committed
linkedSignal: not experimental
1 parent 7594e56 commit 14ed045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2024-11-linked-signal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Here's a look at what the Linked Signal is, how it works, and some common use ca
3939

4040
## What is a Linked Signal?
4141

42-
A Linked Signal is an experimental feature that Angular 19 introduces to help you manage state that automatically syncs with other signals.
42+
A Linked Signal is a new feature that Angular 19 introduces to help you manage state that automatically syncs with other signals.
4343
In simple terms, we receive a writable signal that resets itself when the value of its source signal changes.
4444
A Linked Signal can be created by using the [`linkedSignal()` factory function](https://next.angular.dev/api/core/linkedSignal).
4545

0 commit comments

Comments
 (0)