79236126

Date: 2024-11-29 07:14:43
Score: 1
Natty:
Report link

If you are using Angular 17+, you will need to update app.config.ts. Add provideAnimations() in the providers array under ApplicationConfig.

export const appConfig: ApplicationConfig = {
  providers: [provideZoneChangeDetection({ eventCoalescing: true }), provideRouter(routes),provideAnimations()
  ]
};

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shubhangi