MCPcopy Index your code
hub / github.com/angular/angular / constructor

Method constructor

packages/core/test/acceptance/di_spec.ts:2065–2065  ·  view source on GitHub ↗
(@SkipSelf() public templateRef: TemplateRef<any>)

Source from the content-addressed store, hash-verified

2063 })
2064 class MyDir {
2065 constructor(@SkipSelf() public templateRef: TemplateRef<any>) {}
2066 }
2067
2068 @Component({

Callers

nothing calls this directly

Calls 3

SkipSelfInterface · 0.90
InjectInterface · 0.90
AttributeInterface · 0.90

Tested by

no test coverage detected