DefaultTitleStrategy
Class
The default TitleStrategy
used by the router that updates the title using the Title
service.
API
class DefaultTitleStrategy extends TitleStrategy {}
updateTitle
void
buildTitle
string | undefined
@returns
string | undefined
getResolvedTitleForRoute
any
Given an ActivatedRouteSnapshot
, returns the final value of the
Route.title
property, which can either be a static string or a resolved value.
@returns
any
Jump to details