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
Copy file name to clipboardExpand all lines: aio/content/guide/signals.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,6 @@
3
3
**Angular Signals** is a system that granularly tracks how and where your state is used throughout an application, allowing the framework to optimize
4
4
rendering updates.
5
5
6
-
<divclass="alert is-important">
7
-
8
-
Angular signals are available for [developer preview](/guide/releases#developer-preview). They're ready for you to try, but may change before they are stable.
9
-
10
-
</div>
11
-
12
6
## What are signals?
13
7
14
8
A **signal** is a wrapper around a value that can notify interested consumers when that value changes. Signals can contain any value, from simple primitives to complex data structures.
0 commit comments