Angular Route Transitions
The example below assumes you already have at least two navigable pages.
Step 1. Install Dependencies
bash
ng add @angular/animations
Step 2. Provide provideAnimationsAsync
app.config.ts
Since Angular 18, provideAnimationsAsync, is a great way to:
...
angularing.hashnode.dev1 min read