MCPcopy
hub / github.com/angular/angular / Inject

Interface Inject

packages/core/src/di/metadata.ts:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 * @publicApi
52 */
53export interface Inject {
54 /**
55 * A DI token that maps to the dependency to be injected.
56 */
57 token: any;
58}
59
60/**
61 * Inject decorator and metadata.

Callers 15

constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 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…