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

Function getOverlayHost

src/material/select/select.spec.ts:97–99  ·  view source on GitHub ↗
(fixture: ComponentFixture<unknown>)

Source from the content-addressed store, hash-verified

95 });
96
97 function getOverlayHost(fixture: ComponentFixture<unknown>): HTMLElement | null {
98 return fixture.nativeElement.querySelector('.cdk-overlay-popover');
99 }
100
101 function getBackdrop(fixture: ComponentFixture<unknown>): HTMLElement | null {
102 return fixture.nativeElement.querySelector('.cdk-overlay-backdrop');

Callers 2

select.spec.tsFile · 0.70
selectFirstOptionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…