Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
*/
53
export
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
constructor
Method · 0.90
constructor
Method · 0.90
constructor
Method · 0.90
constructor
Method · 0.90
constructor
Method · 0.90
constructor
Method · 0.90
constructor
Method · 0.90
constructor
Method · 0.90
constructor
Method · 0.90
constructor
Method · 0.90
constructor
Method · 0.90
constructor
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected