Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ constructor
Method
constructor
packages/core/test/acceptance/defer_spec.ts:405–407 ·
view source on GitHub ↗
(@Attribute('mode') mode: string)
Source
from the content-addressed store, hash-verified
403
})
404
class
DirB {
405
constructor(@Attribute(
'mode'
) mode: string) {
406
logs.push(`DirB.${mode}`);
407
}
408
}
409
410
@Directive({
Callers
nothing calls this directly
Calls
2
Attribute
Interface · 0.90
push
Method · 0.45
Tested by
no test coverage detected