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

Method constructor

packages/core/test/acceptance/di_spec.ts:521–523  ·  view source on GitHub ↗
(dirA: DirectiveA, dirB: DirectiveB)

Source from the content-addressed store, hash-verified

519 value: string;
520
521 constructor(dirA: DirectiveA, dirB: DirectiveB) {
522 this.value = dirA.value + dirB.value;
523 }
524 }
525
526 @Component({

Callers

nothing calls this directly

Calls 3

OptionalInterface · 0.90
SelfInterface · 0.90
pushMethod · 0.45

Tested by

no test coverage detected