Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
SkipSelf
Interface · 0.90
Host
Class · 0.90
Tested by
no test coverage detected