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-animat...
Code: https://github.com/stevermeister/Angu...
Angular Pro Screencasts Roadmap - https://github.com/stevermeister/Angu...
If you have any question or suggestion please put a comment, or ping me on Twitter - / stevermeister