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

pull/6564/head
J. Degand 3 months ago committed by GitHub
parent 2074965f17
commit b5e9a6ab93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      src/data/roadmaps/angular/content/route-transitions@x91jWP81oCTeVEwzX8FbK.md

@ -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)
Loading…
Cancel
Save