Skip to content

Commit 8841872

Browse files
committed
linkedSignal: developer preview
@fmalcher
1 parent 24f93b8 commit 8841872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sticky: false
1818
---
1919

2020

21-
In Angular 19, there’s a [new experimental feature](https://github.com/angular/angular/commit/8311f00faaf282d1a5b1ddca29247a2fba94a692) called a **Linked Signal** that makes it easier to keep track of local state that depends on other signals. It lets us create a writable signal that can automatically reset based on changes in other signals.
21+
In Angular 19, there’s a [new feature](https://github.com/angular/angular/commit/8311f00faaf282d1a5b1ddca29247a2fba94a692) called a **Linked Signal** that makes it easier to keep track of local state that depends on other signals. It lets us create a writable signal that can automatically reset based on changes in other signals.
2222
This makes it particularly useful for situations where local state needs to stay in sync with dynamic data.
2323
Here’s a look at what the Linked Signal is, how it works, and some common use cases.
2424

@@ -372,7 +372,7 @@ Last but not least, the third link provides an interactive demo on StackBlitz, w
372372
The Linked Signal feature in Angular 19 provides a practical solution for managing state that needs to stay in sync with other signals.
373373
It fills the gap between `signal()` and `computed()`, offering a new way to handle complex reactive frontends where state synchronization is essential.
374374
Try out `linkedSignal()` in your Angular project to see how it can simplify your state management.
375-
**⚠️ Please keep in mind that this API is still experimental and could drastically change based on feedback from the community.**
375+
**⚠️ Please note the API is still in Developer Preview and may be subject to change!**
376376

377377
<hr>
378378

0 commit comments

Comments
 (0)