Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MikeRyanDev/angular-decorators
/ Module
Function
Module
src/module.js:93–95 ·
view source on GitHub ↗
(...params)
Source
from the content-addressed store, hash-verified
91
}
92
93
function
Module(...params){
94
return
new
DecoratedModule(...params);
95
}
96
97
Module.addProvider =
function
(providerType, parser){
98
_parsers[providerType] = parser;
Callers
3
module.spec.js
File · 0.85
test
Function · 0.85
filter.spec.js
File · 0.85
Calls
no outgoing calls
Tested by
1
test
Function · 0.68