79247634

Date: 2024-12-03 12:41:34
Score: 2
Natty:
Report link

Working for latest Angular v18 and v19

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(), ]

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Safal Maid