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

Class Child

src/decorators/component/view.spec.js:24–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 class Parent{ }
23
24 @View({ templateUrl: '/path/to/it' })
25 class Child extends Parent{ }
26
27 @View({ template: 'new test' })
28 class GrandChild extends Child{ }

Callers

nothing calls this directly

Calls 1

ViewFunction · 0.90

Tested by

no test coverage detected