Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_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