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

Function getWidgetEls

src/aria/toolbar/toolbar.spec.ts:97–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 }
96
97 function getWidgetEls(): HTMLElement[] {
98 return fixture.debugElement
99 .queryAll(By.directive(ToolbarWidget))
100 .map((debugEl: DebugElement) => debugEl.nativeElement as HTMLElement);
101 }
102
103 afterEach(async () => await runAccessibilityChecks(fixture.nativeElement));
104

Callers 2

getWidgetElFunction · 0.85
toolbar.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…