Skip to content

Commit c21f854

Browse files
committed
main - dd40f25 fix(cdk/testing): Skip task tracking if zone patches aren't present (#32544)
1 parent ab284bf commit c21f854

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

docs-content/api-docs/cdk-testing-testbed.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,6 +1496,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
14961496
<td colspan="2" class="docs-api-method-description-cell">
14971497
<p>Waits for all scheduled or running async tasks to complete. This allows harness
14981498
authors to wait for async tasks outside of the Angular zone.</p>
1499+
<p>This only works when Zone.js is present <em>and</em> patches are applied to the test framework
1500+
by <code>zone.js/testing</code> (Jasmine and Jest only) or another script.</p>
14991501

15001502
</td>
15011503
</tr><thead>

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "21.1.0-next.2+sha-e63c564",
3+
"version": "21.1.0-next.2+sha-dd40f25",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -259,15 +259,15 @@
259259
},
260260
"homepage": "https://github.com/angular/components#readme",
261261
"peerDependencies": {
262-
"@angular/aria": "21.1.0-next.2+sha-e63c564",
263-
"@angular/cdk": "21.1.0-next.2+sha-e63c564",
264-
"@angular/cdk-experimental": "21.1.0-next.2+sha-e63c564",
262+
"@angular/aria": "21.1.0-next.2+sha-dd40f25",
263+
"@angular/cdk": "21.1.0-next.2+sha-dd40f25",
264+
"@angular/cdk-experimental": "21.1.0-next.2+sha-dd40f25",
265265
"@angular/core": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
266266
"@angular/common": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
267-
"@angular/material": "21.1.0-next.2+sha-e63c564",
268-
"@angular/material-experimental": "21.1.0-next.2+sha-e63c564",
269-
"@angular/material-luxon-adapter": "21.1.0-next.2+sha-e63c564",
270-
"@angular/material-date-fns-adapter": "21.1.0-next.2+sha-e63c564"
267+
"@angular/material": "21.1.0-next.2+sha-dd40f25",
268+
"@angular/material-experimental": "21.1.0-next.2+sha-dd40f25",
269+
"@angular/material-luxon-adapter": "21.1.0-next.2+sha-dd40f25",
270+
"@angular/material-date-fns-adapter": "21.1.0-next.2+sha-dd40f25"
271271
},
272272
"devDependencies": {
273273
"@angular/aria": "workspace:*",

0 commit comments

Comments
 (0)