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

Function injectDependencies

packages/compiler/src/render3/r3_factory.ts:233–235  ·  view source on GitHub ↗
(deps: R3DependencyMetadata[], target: FactoryTarget)

Source from the content-addressed store, hash-verified

231}
232
233function injectDependencies(deps: R3DependencyMetadata[], target: FactoryTarget): o.Expression[] {
234 return deps.map((dep, index) => compileInjectDependency(dep, target, index));
235}
236
237function compileInjectDependency(
238 dep: R3DependencyMetadata,

Callers 1

compileFactoryFunctionFunction · 0.85

Calls 2

compileInjectDependencyFunction · 0.85
mapMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…