MCPcopy
hub / github.com/angular/angular / get

Method get

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

Source from the content-addressed store, hash-verified

179export interface ICacheObject {
180 put<T>(key: string, value?: T): T;
181 get(key: string): any;
182}
183export interface ITemplateCacheService extends ICacheObject {}
184export type IController = string | IInjectable;

Callers 15

injection_spec.tsFile · 0.65
Ng2ModuleClass · 0.65
bootstrapFnFunction · 0.65
Ng2ModuleClass · 0.65
constructorMethod · 0.65
bootstrapFunction · 0.65
$applyFunction · 0.65

Implementers 2

_DuplicateMappackages/core/src/change_detection/dif
HttpClientpackages/common/http/src/client.ts

Calls

no outgoing calls

Tested by

no test coverage detected