diff --git a/src/data/roadmaps/angular/content/route-transitions@x91jWP81oCTeVEwzX8FbK.md b/src/data/roadmaps/angular/content/route-transitions@x91jWP81oCTeVEwzX8FbK.md index 1d3d9864e..bbf0f285e 100644 --- a/src/data/roadmaps/angular/content/route-transitions@x91jWP81oCTeVEwzX8FbK.md +++ b/src/data/roadmaps/angular/content/route-transitions@x91jWP81oCTeVEwzX8FbK.md @@ -1 +1,9 @@ -# Route Transitions \ No newline at end of file +# 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) \ No newline at end of file