MCPcopy Create free account
hub / github.com/angular/angular / getNodeInjectorTNode

Function getNodeInjectorTNode

packages/core/src/render3/di.ts:883–888  ·  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 | TContainerNode | TElementContainerNode | null;
888}
889
890export class NodeInjector implements Injector {
891 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