MCPcopy Create free account
hub / github.com/angular/angular / hasStaticTitle

Function hasStaticTitle

packages/router/src/router_state.ts:548–550  ·  view source on GitHub ↗
(config: Route)

Source from the content-addressed store, hash-verified

546}
547
548export function hasStaticTitle(config: Route) {
549 return typeof config.title === 'string' || config.title === null;
550}

Callers 2

runResolveFunction · 0.90
getInheritedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected