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

Method constructor

packages/core/test/render3/di_spec.ts:35–35  ·  view source on GitHub ↗
(@Self() private dir: DirNotOnSelf)

Source from the content-addressed store, hash-verified

33 @Directive({selector: '[tryInjectFromSelf]'})
34 class DirTryInjectFromSelf {
35 constructor(@Self() private dir: DirNotOnSelf) {}
36 }
37
38 @Component({

Callers

nothing calls this directly

Calls 1

SelfInterface · 0.90

Tested by

no test coverage detected