MCPcopy
hub / github.com/angular/angular / run

Method run

packages/upgrade/src/common/src/angular1.ts:34–34  ·  view source on GitHub ↗
(a: IInjectable)

Source from the content-addressed store, hash-verified

32 value(key: Ng1Token, value: any): IModule;
33 constant(token: Ng1Token, value: any): IModule;
34 run(a: IInjectable): IModule;
35}
36export interface ICompileService {
37 (element: Element | NodeList | Node[] | string, transclude?: Function): ILinkFn;

Callers 12

injection_spec.tsFile · 0.65
bootstrapFunction · 0.65
bootstrapMethod · 0.65
wrappedIntervalMethod · 0.65
synchronizeMethod · 0.65
directiveFactoryFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected