MCPcopy
hub / github.com/angular/angular / has

Method has

packages/upgrade/src/common/src/angular1.ts:192–192  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

190export interface IInjectorService {
191 get(key: string): any;
192 has(key: string): boolean;
193}
194
195export interface IIntervalService {

Callers 4

bootstrapMethod · 0.65
getDowngradedModuleCountFunction · 0.65
getUpgradeAppTypeFunction · 0.65
validateInjectionKeyFunction · 0.65

Implementers 11

MockHeaderspackages/service-worker/worker/testing
TranslationBundlepackages/compiler/src/i18n/translation
KnownInputspackages/core/schematics/migrations/si
UniqueValueMultiKeyMappackages/core/src/render3/list_reconci
DehydratedBlockRegistrypackages/core/src/defer/registry.ts
FieldMetadataStatepackages/forms/signals/src/field/metad
HttpHeaderspackages/common/http/src/headers.ts
HttpContextpackages/common/http/src/context.ts
HttpParamspackages/common/http/src/params.ts
ParamsAsMappackages/router/src/shared.ts
ElementInstructionMappackages/animations/browser/src/dsl/el

Calls

no outgoing calls

Tested by

no test coverage detected