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

Function getNodeInjectorLView

packages/core/src/render3/di.ts:879–881  ·  view source on GitHub ↗
(nodeInjector: NodeInjector)

Source from the content-addressed store, hash-verified

877}
878
879export function getNodeInjectorLView(nodeInjector: NodeInjector): LView {
880 return (nodeInjector as any)._lView as LView;
881}
882
883export function getNodeInjectorTNode(
884 nodeInjector: NodeInjector,

Callers 10

onLazyComponentCreatedFunction · 0.90
getNodeInjectorContextFunction · 0.90
getDIResolverFunction · 0.90
getInjectorMetadataFunction · 0.90
getInjectorParentFunction · 0.90
getTemplateConsumerFunction · 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…