TitleStrategy
Class
Provides a strategy for setting the page title after a router navigation.
API
Description
abstract class 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