Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ constructor
Method
constructor
packages/core/test/acceptance/defer_spec.ts:381–383 ·
view source on GitHub ↗
(@Attribute('mode') mode: string)
Source
from the content-addressed store, hash-verified
379
})
380
class
DirA {
381
constructor(@Attribute(
'mode'
) mode: string) {
382
logs.push(`DirA.${mode}`);
383
}
384
}
385
386
@Directive({
Callers
nothing calls this directly
Calls
2
Attribute
Interface · 0.90
push
Method · 0.45
Tested by
no test coverage detected