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

Method injector

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

* The host dependency injector. For example, the root element's component instance injector.

()

Source from the content-addressed store, hash-verified

76 * The host dependency injector. For example, the root element's component instance injector.
77 */
78 get injector(): Injector {
79 return getInjector(this.nativeNode);
80 }
81
82 /**
83 * The element's own component instance, if it has one.

Callers 4

injectorFunction · 0.45
selectMethod · 0.45
displayedColumnsMethod · 0.45

Calls 1

getInjectorFunction · 0.90

Tested by

no test coverage detected