MCPcopy Index your code
hub / github.com/angular/angular / ɵɵresolveBody

Function ɵɵresolveBody

packages/core/src/render3/util/misc_utils.ts:31–33  ·  view source on GitHub ↗
(element: RElement & {ownerDocument: Document})

Source from the content-addressed store, hash-verified

29 * @codeGenApi
30 */
31export function ɵɵresolveBody(element: RElement & {ownerDocument: Document}): EventTarget {
32 return element.ownerDocument.body;
33}
34
35/**
36 * The special delimiter we use to separate property names, prefixes, and suffixes

Callers 1

locateRNodeByPathFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…