Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ getBackdrop
Function
getBackdrop
src/material/menu/context-menu-trigger.spec.ts:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
function
getBackdrop(): HTMLElement | null {
20
return
document.querySelector(
'.cdk-overlay-backdrop'
);
21
}
22
23
beforeEach(() => {
24
fixture = TestBed.createComponent(ContextMenuTest);
Callers
1
context-menu-trigger.spec.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected