We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4423627 commit 40bbc3eCopy full SHA for 40bbc3e
src/app/app.config.ts
@@ -1,5 +1,5 @@
1
import { ApplicationConfig, importProvidersFrom } from '@angular/core';
2
-import { provideAnimations } from '@angular/platform-browser/animations';
+import { provideAnimationsAsync } from '@angular/platform-browser/animations/async';
3
import {
4
provideRouter,
5
withEnabledBlockingInitialNavigation,
@@ -29,6 +29,6 @@ export const appConfig: ApplicationConfig = {
29
),
30
importProvidersFrom(SidebarModule, DropdownModule),
31
IconSetService,
32
- provideAnimations()
+ provideAnimationsAsync()
33
]
34
};
0 commit comments