1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 11:39:52 +02:00

docs(angular): add route transitions content (#6558)

This commit is contained in:
J. Degand
2024-08-14 05:44:32 -04:00
committed by GitHub
parent 2074965f17
commit b5e9a6ab93

View File

@@ -1 +1,9 @@
# Route Transitions # Route Transitions
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.
Visit the following resources to learn more:
- [@official@Angular Official Docs - Route transition animations](https://angular.dev/guide/animations/route-animations)
- [@article@Add router animation trnasitions for navigation in Angular 17](https://dev.to/this-is-angular/add-router-animation-transitions-for-navigation-in-angular-17-2m5a)
- [@video@Angular Animations: Router transitions](https://www.youtube.com/watch?v=7d8UDEKT1pU)