MCPcopy 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
93function Module(...params){
94 return new DecoratedModule(...params);
95}
96
97Module.addProvider = function(providerType, parser){
98 _parsers[providerType] = parser;

Callers 3

module.spec.jsFile · 0.85
testFunction · 0.85
filter.spec.jsFile · 0.85

Calls

no outgoing calls

Tested by 1

testFunction · 0.68