Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ getDocument
Method
getDocument
packages/platform-server/src/platform_state.ts:61–63 ·
view source on GitHub ↗
* Returns the current DOM state.
()
Source
from the content-addressed store, hash-verified
59
* Returns the current DOM state.
60
*/
61
getDocument(): any {
62
return
this._doc;
63
}
64
}
65
66
export
function
enableDomEmulation(injector: Injector): boolean {
Callers
1
prepareForHydration
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected