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

Function getToggle

src/material/timepicker/timepicker.spec.ts:1414–1416  ·  view source on GitHub ↗
(fixture: ComponentFixture<unknown>)

Source from the content-addressed store, hash-verified

1412 }
1413
1414 function getToggle(fixture: ComponentFixture<unknown>): HTMLButtonElement {
1415 return fixture.nativeElement.querySelector('mat-timepicker-toggle button');
1416 }
1417});
1418
1419@Component({

Callers 1

timepicker.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…