From 7aaf3bce7d30838287cdfb61efd2a33d4bfc44e4 Mon Sep 17 00:00:00 2001 From: Michael Small Date: Sat, 29 Nov 2025 18:47:33 -0600 Subject: [PATCH] chore(aria): add required `'value'` to `ngMenuItem` jsdocs The `value` is a required input. Without it, `menu.ts` will say "Required input 'value' from directive MenuItem must be specified. --- src/aria/menu/menu.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/aria/menu/menu.ts b/src/aria/menu/menu.ts index aae13874e837..0456cb8d0692 100644 --- a/src/aria/menu/menu.ts +++ b/src/aria/menu/menu.ts @@ -39,14 +39,14 @@ import {MENU_COMPONENT} from './menu-tokens'; * * *
- *
Star
- *
Edit
- *
More
+ *
Star
+ *
Edit
+ *
More
*
* *
- *
Sub Item 1
- *
Sub Item 2
+ *
Sub Item 1
+ *
Sub Item 2
*
* ``` *