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

Method constructor

packages/core/test/acceptance/di_spec.ts:496–498  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

494 @Input() value = 'DirB';
495
496 constructor() {
497 log.push(this.value);
498 }
499 }
500
501 beforeEach(() => (log = []));

Callers

nothing calls this directly

Calls 6

InjectInterface · 0.90
SelfInterface · 0.90
OptionalInterface · 0.90
HostClass · 0.90
getMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected