docs(angular): add route transitions content (#6558)
parent
2074965f17
commit
b5e9a6ab93
1 changed files with 9 additions and 1 deletions
@ -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…
Reference in new issue