Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ setRootDomAdapter
Function
setRootDomAdapter
packages/common/src/dom_adapter.ts:15–17 ·
view source on GitHub ↗
(adapter: DomAdapter)
Source
from the content-addressed store, hash-verified
13
}
14
15
export
function
setRootDomAdapter(adapter: DomAdapter) {
16
_DOM ??= adapter;
17
}
18
19
/**
20
* Provides DOM operations in an environment-agnostic way.
Callers
2
makeCurrent
Method · 0.85
makeCurrent
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected