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/defer_spec.ts:390–392 ·
view source on GitHub ↗
(@Attribute('mode') mode: string)
Source
from the content-addressed store, hash-verified
388
})
389
class
DirB {
390
constructor(@Attribute(
'mode'
) mode: string) {
391
logs.push(`DirB.${mode}`);
392
}
393
}
394
395
@Directive({
Callers
nothing calls this directly
Calls
2
Attribute
Interface · 0.90
push
Method · 0.45
Tested by
no test coverage detected