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

Method constructor

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

Source from the content-addressed store, hash-verified

2107 })
2108 class DirA {
2109 constructor(@SkipSelf() public templateRef: TemplateRef<any>) {}
2110 }
2111
2112 @Component({

Callers

nothing calls this directly

Calls 3

SkipSelfInterface · 0.90
OptionalInterface · 0.90
HostClass · 0.90

Tested by

no test coverage detected