Skip to content

Commit 30ae5be

Browse files
pkozlowski-opensourcedylhunn
authored andcommitted
docs: remove the dev preview warning from the signals guide (angular#52375)
Signals are out of dev preview now. PR Close angular#52375
1 parent 2faba0e commit 30ae5be

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

aio/content/guide/signals.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
**Angular Signals** is a system that granularly tracks how and where your state is used throughout an application, allowing the framework to optimize
44
rendering updates.
55

6-
<div class="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-
126
## What are signals?
137

148
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

Comments
 (0)