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

Function openFontMenu

src/cdk/menu/menu-bar.spec.ts:637–641  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

635 }
636
637 function openFontMenu() {
638 focusMenuBar();
639 dispatchKeyboardEvent(menuBarNativeItems[0], 'keydown', SPACE);
640 detectChanges();
641 }
642
643 beforeEach(() => {
644 fixture = TestBed.createComponent(MenuWithCheckboxes);

Callers 1

menu-bar.spec.tsFile · 0.85

Calls 3

focusMenuBarFunction · 0.85
dispatchKeyboardEventFunction · 0.85
detectChangesFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…