Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MikeRyanDev/angular-decorators
/ Parent
Class
Parent
src/decorators/component/view.spec.js:21–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
it(
'should overwrite previously set template options via inheritance'
,
function
(){
21
@View({ template:
'test'
})
22
class
Parent{ }
23
24
@View({ templateUrl:
'/path/to/it'
})
25
class
Child extends Parent{ }
Callers
nothing calls this directly
Calls
1
View
Function · 0.90
Tested by
no test coverage detected