Angular’s new router title feature
How to apply Angular's latest router feature to dramatically simplify your code
When building Angular apps it's good practice to update the title of the tab on every successful navigation.
Adding a page title improves accessibility and user experience. So far, you had to build this feature yourself, however, in Angular 14…