Routing enables users to navigate between different routes in an application. When a user navigates from one route to another, the Angular router maps the URL path to a relevant component and displays its view. Animating this route transition can greatly enhance the user experience.
Official docs:
https://angular.io/guide/route-animations
Code: https://github.com/stevermeister/AngularPro-Screencast/tree/master/code/Season4-Router-Features/router-animations
Angular Pro Screencasts Roadmap - https://github.com/stevermeister/AngularPro-Screencast
If you have any question or suggestion please put a comment, or ping me on Twitter - https://twitter.com/stevermeister