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

Function getNodeInjectorTNode

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

Source from the content-addressed store, hash-verified

881}
882
883export function getNodeInjectorTNode(
884 nodeInjector: NodeInjector,
885): TElementNode | TContainerNode | TElementContainerNode | null {
886 return (nodeInjector as any)._tNode as
887 | TElementNode
888 | TContainerNode
889 | TElementContainerNode
890 | null;
891}
892
893export class NodeInjector implements Injector {
894 constructor(

Callers 8

serializeInjectorFunction · 0.90
getNodeInjectorContextFunction · 0.90
getNodeInjectorProvidersFunction · 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…