STEP 1: add import in app.config.ts
import { provideAnimationsAsync } from '@angular/platform-browser/animations/async';
STEP 2: add provideAnimationsAsync in the providers array
providers: [ provideAnimationsAsync(), ]