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

Function getTrigger

src/aria/menu/menu.spec.ts:633–635  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

631 }
632
633 function getTrigger(): HTMLElement {
634 return fixture.debugElement.query(By.directive(MenuTrigger)).nativeElement as HTMLElement;
635 }
636
637 function getMenu(): HTMLElement | null {
638 const menu = fixture.debugElement.query(By.directive(Menu));

Callers 2

isExpandedFunction · 0.70
menu.spec.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…