Skip to content

Commit 455da34

Browse files
committed
main - ad70e87 refactor(multiple): replace fromEvent usages (#30201)
1 parent 90e44ae commit 455da34

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

docs-content/api-docs/cdk-menu.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,8 +1145,7 @@ <h4 id="CdkMenuBase" class="docs-header-link docs-api-h4 docs-api-class-name">
11451145
<code>ngZone: inject(NgZone)</code>
11461146
</p>
11471147
</td>
1148-
<td class="docs-api-property-description"><p>The Angular zone.</p>
1149-
</td>
1148+
<td class="docs-api-property-description"></td>
11501149
</tr>
11511150

11521151

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": "19.1.0-next.2+sha-8921d07",
3+
"version": "19.1.0-next.2+sha-ad70e87",
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/cdk": "19.1.0-next.2+sha-8921d07",
263-
"@angular/cdk-experimental": "19.1.0-next.2+sha-8921d07",
262+
"@angular/cdk": "19.1.0-next.2+sha-ad70e87",
263+
"@angular/cdk-experimental": "19.1.0-next.2+sha-ad70e87",
264264
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
265265
"@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
266-
"@angular/material": "19.1.0-next.2+sha-8921d07",
267-
"@angular/material-experimental": "19.1.0-next.2+sha-8921d07",
268-
"@angular/material-moment-adapter": "19.1.0-next.2+sha-8921d07",
269-
"@angular/material-luxon-adapter": "19.1.0-next.2+sha-8921d07",
270-
"@angular/material-date-fns-adapter": "19.1.0-next.2+sha-8921d07"
266+
"@angular/material": "19.1.0-next.2+sha-ad70e87",
267+
"@angular/material-experimental": "19.1.0-next.2+sha-ad70e87",
268+
"@angular/material-moment-adapter": "19.1.0-next.2+sha-ad70e87",
269+
"@angular/material-luxon-adapter": "19.1.0-next.2+sha-ad70e87",
270+
"@angular/material-date-fns-adapter": "19.1.0-next.2+sha-ad70e87"
271271
},
272272
"dependencies": {
273273
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)