mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-04-04 07:22:26 +02:00
docs(angular): add queries as signals content (#6472)
This commit is contained in:
parent
d30b6f1c15
commit
56aec6f077
@ -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…
x
Reference in New Issue
Block a user