feat(router): Add `Route.title` with a configurable `TitleStrategy` by atscott · Pull Request #43307 · angular/angular
This commit provides a service, PageTitleStrategy for setting the document page title after a successful router navigation. Users can provide custom strategies by extending TitleStrategy and adding...