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