Angular Route Transitions
Apr 8, 2025 · 1 min read · 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: ...
Join discussion