MCPcopy
hub / github.com/angular/angular / resolve

Method resolve

packages/core/testing/src/resolvers.ts:31–31  ·  view source on GitHub ↗
(type: Type<any>)

Source from the content-addressed store, hash-verified

29 getOverrides(type: Type<any>): MetadataOverride<T>[] | null;
30 hasOverrides(type: Type<any>): boolean;
31 resolve(type: Type<any>): T | null;
32}
33
34/**

Callers 15

visitClassDeclarationMethod · 0.65
projectFileFunction · 0.65
resolveMethod · 0.65
mainFunction · 0.65
cli.tsFile · 0.65
mainFunction · 0.65
migrateFunction · 0.65
migrateFunction · 0.65
migrateFunction · 0.65
ngOnDestroyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected