Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ getOverlayPane
Function
getOverlayPane
src/material/menu/menu.spec.ts:1491–1493 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1489
});
1490
1491
function
getOverlayPane(): HTMLElement {
1492
return
overlayContainerElement.querySelector(
'.cdk-overlay-pane'
) as HTMLElement;
1493
}
1494
});
1495
1496
describe(
'overlapping trigger'
, () => {
Callers
1
menu.spec.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected