MCPcopy
hub / github.com/angular/angular / references

Method references

packages/core/src/debug/debug_node.ts:116–118  ·  view source on GitHub ↗

* Dictionary of objects associated with template local variables (e.g. #foo), keyed by the local * variable name.

()

Source from the content-addressed store, hash-verified

114 * variable name.
115 */
116 get references(): {[key: string]: any} {
117 return getLocalRefs(this.nativeNode);
118 }
119
120 /**
121 * This component's injector lookup tokens. Includes the component itself plus the tokens that the

Callers

nothing calls this directly

Calls 1

getLocalRefsFunction · 0.90

Tested by

no test coverage detected