MCPcopy Create free account
hub / github.com/angular/angular / controller

Method controller

packages/upgrade/src/common/src/angular1.ts:30–30  ·  view source on GitHub ↗
(name: string, type: IInjectable)

Source from the content-addressed store, hash-verified

28 directive(selector: string, factory: IInjectable): IModule;
29 component(selector: string, component: IComponent): IModule;
30 controller(name: string, type: IInjectable): IModule;
31 factory(key: Ng1Token, factoryFn: IInjectable): IModule;
32 value(key: Ng1Token, value: any): IModule;
33 constant(token: Ng1Token, value: any): IModule;

Callers 9

isPublishedMethod · 0.80
handleLogInstanceMethod · 0.80
updateValueMethod · 0.80
handleInspectMethod · 0.80
logValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected