Skip to content

Commit 8479e6c

Browse files
committed
main - 936f114 fix(multiple): use eager change detection
1 parent 9c234c4 commit 8479e6c

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

docs-content/overviews/material/menu/menu.md.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ <h3 id="context-menu" class="docs-header-link">
6565
area and will be closed if the user clicks away.</p>
6666
<p>You can set up a <code>mat-menu</code> as a context menu by adding the <code>matContextMenuTriggerFor</code> directive
6767
to your container and binding it to a menu instance.</p>
68+
<p>Note that by default context menus don&#39;t create a backdrop element in order to allow the user to
69+
right click somewhere else. You can opt into the backdrop by explicitly setting
70+
<code>[hasBackdrop]=&quot;true&quot;</code> on the menu.</p>
6871
</div><div material-docs-example="context-menu"></div><div class="docs-markdown">
6972

7073

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.3.0-next.0+sha-96de088",
3+
"version": "21.3.0-next.0+sha-936f114",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -255,15 +255,15 @@
255255
},
256256
"homepage": "https://github.com/angular/components#readme",
257257
"peerDependencies": {
258-
"@angular/aria": "21.3.0-next.0+sha-96de088",
259-
"@angular/cdk": "21.3.0-next.0+sha-96de088",
260-
"@angular/cdk-experimental": "21.3.0-next.0+sha-96de088",
258+
"@angular/aria": "21.3.0-next.0+sha-936f114",
259+
"@angular/cdk": "21.3.0-next.0+sha-936f114",
260+
"@angular/cdk-experimental": "21.3.0-next.0+sha-936f114",
261261
"@angular/core": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
262262
"@angular/common": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
263-
"@angular/material": "21.3.0-next.0+sha-96de088",
264-
"@angular/material-experimental": "21.3.0-next.0+sha-96de088",
265-
"@angular/material-luxon-adapter": "21.3.0-next.0+sha-96de088",
266-
"@angular/material-date-fns-adapter": "21.3.0-next.0+sha-96de088"
263+
"@angular/material": "21.3.0-next.0+sha-936f114",
264+
"@angular/material-experimental": "21.3.0-next.0+sha-936f114",
265+
"@angular/material-luxon-adapter": "21.3.0-next.0+sha-936f114",
266+
"@angular/material-date-fns-adapter": "21.3.0-next.0+sha-936f114"
267267
},
268268
"devDependencies": {
269269
"@angular/aria": "workspace:*",

0 commit comments

Comments
 (0)