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

Function isEnvironmentProviders

packages/core/src/di/interface/provider.ts:375–379  ·  view source on GitHub ↗
(
  value: Provider | EnvironmentProviders | InternalEnvironmentProviders,
)

Source from the content-addressed store, hash-verified

373}
374
375export function isEnvironmentProviders(
376 value: Provider | EnvironmentProviders | InternalEnvironmentProviders,
377): value is InternalEnvironmentProviders {
378 return value && !!(value as InternalEnvironmentProviders).ɵproviders;
379}
380
381/**
382 * Describes a function that is used to process provider lists (such as provider

Callers 5

deepForEachProviderFunction · 0.90
providerToFactoryFunction · 0.90
forEachSingleProviderFunction · 0.90
flattenProvidersFunction · 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…