-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MenuItem Directive #18013
Comments
Technically all components are also directives, but we should be more accurate in the docs. I'm not sure about the point that it doesn't have a template, because one can be found here. |
Meh, reading comprehension...it's gonna be big. Totally missed the last line |
Fixes the inaccurate description of the menu item which was saying that it's a directive (even though it's a component) and that it's only there to provide the `role`. Also updates the description for the menu trigger. Fixes angular#18013.
Fixes the inaccurate description of the menu item which was saying that it's a directive (even though it's a component) and that it's only there to provide the `role`. Also updates the description for the menu trigger. Fixes #18013.
Fixes the inaccurate description of the menu item which was saying that it's a directive (even though it's a component) and that it's only there to provide the `role`. Also updates the description for the menu trigger. Fixes angular#18013.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
https://github.com/angular/components/blob/master/src/material/menu/menu-item.ts#L42
It is referred to as a directive, but is a
Component
and indeed doesn't have a template. Is there a reason it'sComponent
?The text was updated successfully, but these errors were encountered: