Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
Optional
Interface · 0.90
Self
Interface · 0.90
push
Method · 0.45
Tested by
no test coverage detected