Documentation Feedback
https://angular.dev/guide/components/outputs#choosing-event-names
Avoid prefixing output names with "on".
https://angular.dev/api/aria/menu/Menu
onSelect
A callback function triggered when a menu item is selected.
Ran into this when @angular-eslint/no-output-on-prefix linter rule fired in a component which is forwarding this directive.
Affected documentation page
https://angular.dev/api/aria/menu/Menu