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

Function getPanelAttribute

src/aria/accordion/accordion.spec.ts:62–63  ·  view source on GitHub ↗
(index: number, attribute: string)

Source from the content-addressed store, hash-verified

60 triggerElements[index].getAttribute(attribute);
61
62 const getPanelAttribute = (index: number, attribute: string) =>
63 panelElements[index].getAttribute(attribute);
64
65 beforeEach(() => {
66 TestBed.configureTestingModule({

Callers 1

accordion.spec.tsFile · 0.85

Calls 1

getAttributeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…