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
'Make sure that you are using a supported version of Zone.js before you upgrade your application. Angular v16 supports Zone.js version 0.14.x or later.',
2097
+
'Make sure that you are using a supported version of Zone.js before you upgrade your application. Angular v17 supports Zone.js version 0.14.x or later.',
'Make sure that you are using a supported version of Zone.js before you upgrade your application. Angular v16 supports Zone.js version 0.14.x or later.',
2097
+
'Make sure that you are using a supported version of Zone.js before you upgrade your application. Angular v17 supports Zone.js version 0.14.x or later.',
`@ContentChildren` creates a `QueryList` object that contains the query results. You can subscribe to changes to the query results over time via the `changes` property.
158
158
159
-
**Queries never piece through component boundaries.** Content queries can only retrieve results from the same template as the component itself.
159
+
**Queries never pierce through component boundaries.** Content queries can only retrieve results from the same template as the component itself.
160
160
161
161
## Query locators
162
162
@@ -165,7 +165,7 @@ This first parameter for each query decorator is its **locator**.
165
165
Most of the time, you want to use a component or directive as your locator.
166
166
167
167
You can alternatively specify a string locator corresponding to
168
-
a [template reference variable](guide/templates/reference-variables).
168
+
a [template reference variable](guide/templates/variables#template-reference-variables).
0 commit comments