MCPcopy Create free account
hub / github.com/MikeRyanDev/angular-decorators / value

Method value

src/index.d.ts:62–62  ·  view source on GitHub ↗
(name: string, value: any)

Source from the content-addressed store, hash-verified

60 config(...providers: any[]): IModule;
61 run(...providers: any[]): IModule;
62 value(name: string, value: any);
63 constant(name: string, value: any);
64}
65

Callers 2

module.spec.jsFile · 0.65
valueMethod · 0.65

Implementers 1

DecoratedModulesrc/module.js

Calls

no outgoing calls

Tested by

no test coverage detected