Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Optional
Interface · 0.90
Self
Interface · 0.90
Host
Class · 0.90
push
Method · 0.45
Tested by
no test coverage detected