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

Method value

src/module.js:80–84  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

78 }
79
80 value(...args){
81 this._module.value(...args);
82
83 return this;
84 }
85
86 constant(...args){
87 this._module.constant(...args);

Callers

nothing calls this directly

Calls 1

valueMethod · 0.65

Tested by

no test coverage detected