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

Method constructor

packages/core/test/acceptance/di_spec.ts:1519–1521  ·  view source on GitHub ↗
(@SkipSelf() public injector: Injector)

Source from the content-addressed store, hash-verified

1517 })
1518 class MyComponent {
1519 constructor(@SkipSelf() public injector: Injector) {
1520 componentInjector = injector;
1521 }
1522 }
1523
1524 @NgModule({

Callers

nothing calls this directly

Calls 2

SkipSelfInterface · 0.90
HostClass · 0.90

Tested by

no test coverage detected