MCPcopy
hub / github.com/angular/angular / config

Method config

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

Source from the content-addressed store, hash-verified

25 name: string;
26 requires: (string | IInjectable)[];
27 config(fn: IInjectable): IModule;
28 directive(selector: string, factory: IInjectable): IModule;
29 component(selector: string, component: IComponent): IModule;
30 controller(name: string, type: IInjectable): IModule;

Callers 10

configMethod · 0.65
upgrade.spec.tsFile · 0.65
configMethod · 0.65
upgrade.spec.tsFile · 0.65
downgradeModuleFunction · 0.65
bootstrapMethod · 0.65
main.tsFile · 0.65
applyDirectionMethod · 0.65
constructorMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected