Skip to content

Commit

Permalink
docs: fix developer preview link in signal queries (#54492)
Browse files Browse the repository at this point in the history
PR Close #54492
  • Loading branch information
jamcoupe authored and alxhub committed Feb 20, 2024
1 parent 5597e5d commit 5e80e6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aio/content/guide/signal-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ There are two categories of query: view queries and content queries.
Signal queries supply query results as a reactive signal primitive. You can use query results in `computed` and `effect`, composing these results with other signals.

<div class="alert is-helpful">

Signal queries are in [developer preview](/guide/releases#developer-preview).
APIs may change based on feedback without going through Angular's deprecation cycle.

</div>

If you're already familiar with Angular queries, you can jump straight to [Comparing signal-based queries to decorator-based queries](#comparing-signal-based-queries-to-decorator-based-queries)
Expand Down

0 comments on commit 5e80e6d

Please sign in to comment.