MCPcopy
hub / github.com/angular/angular / panels

Function panels

packages/core/test/acceptance/animation_spec.ts:2678–2678  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2676 tickAnimationFrames(1);
2677
2678 const panels = () => Array.from(fixture.nativeElement.querySelectorAll('.panel'));
2679 const panelByText = (text: string) =>
2680 panels().find((el) => (el as HTMLElement).textContent?.includes(text)) as
2681 | HTMLElement

Callers 2

panelByTextFunction · 0.85
animation_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…