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

Method constructor

packages/core/test/acceptance/di_spec.ts:1483–1486  ·  view source on GitHub ↗
(
                public injector: Injector,
                @SkipSelf() public parentInjector: Injector,
              )

Source from the content-addressed store, hash-verified

1481 })
1482 class ChildComponent {
1483 constructor(
1484 public injector: Injector,
1485 @SkipSelf() public parentInjector: Injector,
1486 ) {}
1487 }
1488
1489 TestBed.configureTestingModule({

Callers

nothing calls this directly

Calls 5

SkipSelfInterface · 0.90
HostClass · 0.90
OptionalInterface · 0.90
InjectInterface · 0.90
getMethod · 0.65

Tested by

no test coverage detected