docs(angular): add queries as signals content (#6472)

pull/6509/head
J. Degand 3 months ago committed by GitHub
parent d30b6f1c15
commit 56aec6f077
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      src/data/roadmaps/angular/content/queries-as-signals@9HS9C3yq9EUcUy0ZUZk_H.md

@ -1 +1,9 @@
# Queries as Signals
# Queries as Signals
A component or directive can define queries that find child elements and read values from their injectors. Developers most commonly use queries to retrieve references to components, directives, DOM elements, and more. There are two categories of query: view queries and content queries.
Visit the following resources to learn more:
- [@official@Angular Official Docs - Queries as Signals](https://angular.dev/guide/signals/queries)
- [@article@Querying made easy: exploring Angular's query signals](https://netbasal.com/querying-made-easy-exploring-angulars-query-signals-ca850b5db892)
- [@video@Angular signal queries with the viewChild() and contentChild() functions](https://www.youtube.com/watch?v=b35ts9OinBc)
Loading…
Cancel
Save