Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MikeRyanDev/angular-decorators
/ GrandChild
Class
GrandChild
src/decorators/component/view.spec.js:27–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
class
Child extends Parent{ }
26
27
@View({ template:
'new test'
})
28
class
GrandChild extends Child{ }
29
30
componentWriter.get(
'template'
, Parent).should.eql(
'test'
);
31
componentWriter.get(
'templateUrl'
, Child).should.eql(
'/path/to/it'
);
Callers
nothing calls this directly
Calls
1
View
Function · 0.90
Tested by
no test coverage detected