Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MikeRyanDev/angular-decorators
/ MyClass
Class
MyClass
src/decorators/inject.spec.js:7–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
describe(
'@Inject annotation'
,
function
(){
6
it(
'should decorate a function with the $inject array'
,
function
(){
7
@Inject(
'a'
,
'b'
,
'c'
)
8
class
MyClass{ }
9
10
baseWriter.has(
'$inject'
, MyClass).should.be.ok;
11
});
Callers
nothing calls this directly
Calls
1
Inject
Function · 0.90
Tested by
no test coverage detected