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

Function getPanel

src/material/timepicker/timepicker.spec.ts:1397–1399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1395 }
1396
1397 function getPanel(): HTMLElement {
1398 return document.querySelector('.mat-timepicker-panel')!;
1399 }
1400
1401 function getOptions(): HTMLElement[] {
1402 const panel = getPanel();

Callers 2

timepicker.spec.tsFile · 0.85
getOptionsFunction · 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…