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

Function hasDeps

packages/core/src/di/r3_injector.ts:704–708  ·  view source on GitHub ↗
(
  value: ClassProvider | ConstructorProvider | StaticClassProvider,
)

Source from the content-addressed store, hash-verified

702}
703
704function hasDeps(
705 value: ClassProvider | ConstructorProvider | StaticClassProvider,
706): value is ClassProvider & {deps: any[]} {
707 return !!(value as any).deps;
708}
709
710function hasOnDestroy(value: any): value is OnDestroy {
711 return (

Callers 1

providerToFactoryFunction · 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…