Skip to content

Commit

Permalink
linkedSignal: not experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalcher committed Dec 4, 2024
1 parent 7594e56 commit 14ed045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2024-11-linked-signal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Here's a look at what the Linked Signal is, how it works, and some common use ca

## What is a Linked Signal?

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

Expand Down

0 comments on commit 14ed045

Please sign in to comment.