Angular 14 simplifies how we can update the title of our pages. Every Angular Route has a dedicated property called "title" where you can define a title or the resolver that can perform some logic for more complex cases. Also, you can specify a global strategy that extends the default title strategy and implements your own way of how the title should be updated. All these things will be covered in this video. Enjoy watching!
💥 Angular courses made by Dmytro - https://bit.ly/df-courses 💥
✂️ Use coupon YOUTUBE_DISCOUNT to get a 10%-off discount ✂️
Source code on GitHub:
https://github.com/DMezhenskyi/new-router-features-angular14/tree/angular-title
Source code for Named Routes:
https://github.com/DMezhenskyi/angular-named-router-outlet/tree/angular-router
🕒 Time Codes:
00:00:00 - Intro;
00:00:45 - Describe the Problem;
00:01:37 - Basic Titile Implementation;
00:02:26 - Advanced: Using the Title Resolver;
00:09:17 - Advanced: Using the Custome Title Strategy;
00:13:53 - Use-case with Named Routes;
00:20:18 - Outro;
↙️ Short Frontend Snacks every week here:
Twitter - https://twitter.com/DecodedFrontend
Instagram - https://www.instagram.com/decodedfrontend
LinkedIn - https://www.linkedin.com/in/dmezhenskyi
#angular #angular14 #angularrouter #webdevelopment #ng