* Removes an item from the menu. * @docs-private * @deprecated No longer being used. To be removed. * @breaking-change 9.0.0
(_item: MatMenuItem)
| 357 | * @breaking-change 9.0.0 |
| 358 | */ |
| 359 | removeItem(_item: MatMenuItem) {} |
| 360 | |
| 361 | /** Handle a keyboard event from the menu, delegating to the appropriate action. */ |
| 362 | _handleKeydown(event: KeyboardEvent) { |
no outgoing calls
no test coverage detected