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

Method constructor

packages/core/test/acceptance/di_spec.ts:553–555  ·  view source on GitHub ↗
(dirB: DirectiveB)

Source from the content-addressed store, hash-verified

551 value = 'dirA';
552
553 constructor(dirB: DirectiveB) {
554 log.push(`DirA (dep: ${dirB.value})`);
555 }
556 }
557
558 @Component({

Callers

nothing calls this directly

Calls 4

OptionalInterface · 0.90
SelfInterface · 0.90
HostClass · 0.90
pushMethod · 0.45

Tested by

no test coverage detected