MCPcopy Index your code
hub / github.com/angular/components / close

Method close

src/aria/private/menu/menu.ts:435–437  ·  view source on GitHub ↗

Closes the menu.

()

Source from the content-addressed store, hash-verified

433
434 /** Closes the menu. */
435 close() {
436 this.inputs.parent()?.close();
437 }
438
439 /** Closes the menu and all parent menus. */
440 closeAll() {

Callers 15

_closeItemMethod · 0.45
onMouseOutMethod · 0.45
onFocusOutMethod · 0.45
prevMethod · 0.45
nextMethod · 0.45
firstMethod · 0.45
lastMethod · 0.45
submitMethod · 0.45
collapseMethod · 0.45
closeAllMethod · 0.45
onClickMethod · 0.45
gotoMethod · 0.45

Calls 1

parentMethod · 0.80

Tested by

no test coverage detected