MCPcopy 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
66export function enableDomEmulation(injector: Injector): boolean {

Callers 1

prepareForHydrationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected