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