MCPcopy Create free account
hub / github.com/angular/components / removeItem

Method removeItem

src/material/menu/menu.ts:359–359  ·  view source on GitHub ↗

* Removes an item from the menu. * @docs-private * @deprecated No longer being used. To be removed. * @breaking-change 9.0.0

(_item: MatMenuItem)

Source from the content-addressed store, hash-verified

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) {

Callers 2

ngOnDestroyMethod · 0.45
clearStorageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected