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

Method constructor

packages/core/test/acceptance/di_spec.ts:1783–1785  ·  view source on GitHub ↗
(@SkipSelf() elementRef: ElementRef)

Source from the content-addressed store, hash-verified

1781 })
1782 class ChildDirective {
1783 constructor(@SkipSelf() elementRef: ElementRef) {
1784 childRef = elementRef;
1785 }
1786 }
1787
1788 @Component({

Callers

nothing calls this directly

Calls 2

SkipSelfInterface · 0.90
HostClass · 0.90

Tested by

no test coverage detected