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

Function getTreeItems

src/aria/combobox/combobox.spec.ts:707–709  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

705 }
706
707 function getTreeItems(): HTMLElement[] {
708 return Array.from(fixture.nativeElement.querySelectorAll('[ngTreeItem]')) as HTMLElement[];
709 }
710
711 function getVisibleTreeItems(): HTMLElement[] {
712 return fixture.debugElement

Callers 1

combobox.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…