From b5e9a6ab931d2e41871ea8c9168ed224e0f4b57f Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Wed, 14 Aug 2024 05:44:32 -0400 Subject: [PATCH] docs(angular): add route transitions content (#6558) --- .../content/route-transitions@x91jWP81oCTeVEwzX8FbK.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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