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:414–416 ·
view source on GitHub ↗
(@Attribute('mode') mode: string)
Source
from the content-addressed store, hash-verified
412
})
413
class
DirC {
414
constructor(@Attribute(
'mode'
) mode: string) {
415
logs.push(`DirC.${mode}`);
416
}
417
}
418
419
@Component({
Callers
nothing calls this directly
Calls
2
Attribute
Interface · 0.90
push
Method · 0.45
Tested by
no test coverage detected