Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.65
value
Method · 0.65
Implementers
1
DecoratedModule
src/module.js
Calls
no outgoing calls
Tested by
no test coverage detected