MCPcopy Create free account
hub / github.com/angular/angular / injectDependencies

Function injectDependencies

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

Source from the content-addressed store, hash-verified

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

Callers 1

compileFactoryFunctionFunction · 0.85

Calls 2

compileInjectDependencyFunction · 0.85
mapMethod · 0.80

Tested by

no test coverage detected