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

Function convertDependencies

packages/core/src/di/jit/util.ts:26–28  ·  view source on GitHub ↗
(deps: any[])

Source from the content-addressed store, hash-verified

24}
25
26export function convertDependencies(deps: any[]): R3DependencyMetadataFacade[] {
27 return deps.map((dep) => reflectDependency(dep));
28}
29
30function reflectDependency(dep: any | any[]): R3DependencyMetadataFacade {
31 const meta: R3DependencyMetadataFacade = {

Callers 2

getInjectableMetadataFunction · 0.90
reflectDependenciesFunction · 0.85

Calls 2

reflectDependencyFunction · 0.85
mapMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…