mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e4538e03d6
The "set-document-title" guide was in place to direct developers to the `Title` service for managing page titles. Managing the title is now available in the `Router` package and is much easier. This change deletes the old guide and redirects it to the section in the router guide about setting the page title. PR Close #45857