Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ close
Method
close
src/aria/private/menu/menu.ts:436–438 ·
view source on GitHub ↗
Closes the menu.
()
Source
from the content-addressed store, hash-verified
434
435
/** Closes the menu. */
436
close() {
437
this.inputs.parent()?.close();
438
}
439
440
/** Closes the menu and all parent menus. */
441
closeAll() {
Callers
15
_closeItem
Method · 0.45
onMouseOut
Method · 0.45
onFocusOut
Method · 0.45
prev
Method · 0.45
next
Method · 0.45
first
Method · 0.45
last
Method · 0.45
submit
Method · 0.45
collapse
Method · 0.45
closeAll
Method · 0.45
onClick
Method · 0.45
goto
Method · 0.45
Calls
1
parent
Method · 0.80
Tested by
no test coverage detected