()
| 1395 | } |
| 1396 | |
| 1397 | function getPanel(): HTMLElement { |
| 1398 | return document.querySelector('.mat-timepicker-panel')!; |
| 1399 | } |
| 1400 | |
| 1401 | function getOptions(): HTMLElement[] { |
| 1402 | const panel = getPanel(); |
no outgoing calls
no test coverage detected
searching dependent graphs…