MCPcopy
hub / github.com/angular/components / openMenu

Function openMenu

src/cdk/menu/menu-bar.spec.ts:734–737  ·  view source on GitHub ↗

open the attached menu.

()

Source from the content-addressed store, hash-verified

732
733 /** open the attached menu. */
734 function openMenu() {
735 triggers[0].toggle();
736 detectChanges();
737 }
738
739 /** set the menus and triggers arrays. */
740 function grabElementsForTesting() {

Callers 1

menu-bar.spec.tsFile · 0.85

Calls 2

detectChangesFunction · 0.70
toggleMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…