MCPcopy Index your code
hub / github.com/angular/angular / injectViewContext

Function injectViewContext

packages/core/src/render3/view_context.ts:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26export function injectViewContext(): ViewContext {
27 return new ViewContext(getLView()!, getCurrentTNode()!);
28}

Callers

nothing calls this directly

Calls 2

getLViewFunction · 0.90
getCurrentTNodeFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…