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

Function isUseExistingProvider

packages/core/src/di/jit/injectable.ts:104–106  ·  view source on GitHub ↗
(meta: Injectable)

Source from the content-addressed store, hash-verified

102}
103
104function isUseExistingProvider(meta: Injectable): meta is Injectable & ExistingSansProvider {
105 return (meta as ExistingSansProvider).useExisting !== undefined;
106}
107
108function getInjectableMetadata(type: Type<any>, srcMeta?: Injectable): R3InjectableMetadataFacade {
109 // Allow the compilation of a class with a `@Injectable()` decorator without parameters

Callers 1

getInjectableMetadataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…