Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ text
Method
text
packages/core/test/acceptance/integration_spec.ts:3415–3417 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3413
class
Dir {
3414
@HostBinding(
'attr.data-dir'
)
3415
get text() {
3416
return
isFirstUpdatePass() ?
'first-update-pass'
:
'post-update-pass'
;
3417
}
3418
}
3419
3420
@Component({
Callers
nothing calls this directly
Calls
1
isFirstUpdatePass
Function · 0.85
Tested by
no test coverage detected