Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ constructor
Method
constructor
packages/core/test/acceptance/defer_spec.ts:399–401 ·
view source on GitHub ↗
(@Attribute('mode') mode: string)
Source
from the content-addressed store, hash-verified
397
})
398
class
DirC {
399
constructor(@Attribute(
'mode'
) mode: string) {
400
logs.push(`DirC.${mode}`);
401
}
402
}
403
404
@Component({
Callers
nothing calls this directly
Calls
2
Attribute
Interface · 0.90
push
Method · 0.45
Tested by
no test coverage detected