Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ retrieve
Method
retrieve
packages/core/primitives/di/src/injector.ts:13–13 ·
view source on GitHub ↗
(token: InjectionToken<T>, options?: unknown)
Source
from the content-addressed store, hash-verified
11
12
export
interface
Injector {
13
retrieve<T>(token: InjectionToken<T>, options?: unknown): T | NotFound;
14
}
15
16
/**
Callers
4
injectInjectorOnly
Function · 0.65
inject
Function · 0.65
createNode
Function · 0.65
activateRoutes
Method · 0.65
Implementers
11
NullInjector
packages/core/src/di/null_injector.ts
NodeInjector
packages/core/src/render3/di.ts
ChainedInjector
packages/core/src/render3/chained_inje
MockRootScopeInjector
packages/examples/core/di/ts/injector_
OutletInjector
packages/router/src/directives/router_
NgAdapterInjector
packages/upgrade/static/src/util.ts
RetrievingInjector
packages/core/src/di/injector_compatib
R3Injector
packages/core/src/di/r3_injector.ts
CustomReuseStrategy
packages/router/test/route_injector_cl
AttachDetachReuseStrategy
packages/router/test/integration/route
ShortLifecycle
packages/router/test/integration/route
Calls
no outgoing calls
Tested by
no test coverage detected