Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ hasStaticTitle
Function
hasStaticTitle
packages/router/src/router_state.ts:547–549 ·
view source on GitHub ↗
(config: Route)
Source
from the content-addressed store, hash-verified
545
}
546
547
export
function
hasStaticTitle(config: Route) {
548
return
typeof config.title ===
'string'
|| config.title === null;
549
}
Callers
2
runResolve
Function · 0.90
getInherited
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…