Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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.ts
File · 0.85
getOptions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected