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

Method providerTokens

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

* This component's injector lookup tokens. Includes the component itself plus the tokens that the * component lists in its providers metadata.

()

Source from the content-addressed store, hash-verified

122 * component lists in its providers metadata.
123 */
124 get providerTokens(): any[] {
125 return getInjectionTokens(this.nativeNode as Element);
126 }
127}
128
129/**

Callers

nothing calls this directly

Calls 1

getInjectionTokensFunction · 0.90

Tested by

no test coverage detected