components icon indicating copy to clipboard operation
components copied to clipboard

chore(aria): add required `'value'` to `ngMenuItem` jsdocs

Open msmallest opened this issue 3 weeks ago • 0 comments

The value is a required input. Without it, menu.ts will throw the error "Required input 'value' from directive MenuItem must be specified."

edit: associated PR for the adev docs which also had this same problem: https://github.com/angular/angular/pull/65721

msmallest avatar Nov 30 '25 01:11 msmallest