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

Method constructor

packages/core/test/acceptance/di_spec.ts:6004–6004  ·  view source on GitHub ↗
(@Inject(token) public tokenValue: string)

Source from the content-addressed store, hash-verified

6002 })
6003 class Menu {
6004 constructor(@Inject(token) public tokenValue: string) {}
6005 }
6006
6007 @Component({

Callers

nothing calls this directly

Calls 3

InjectInterface · 0.90
SelfInterface · 0.90
OptionalInterface · 0.90

Tested by

no test coverage detected