There was an error while loading. Please reload this page.
1 parent 0f57274 commit 6fb0ed9Copy full SHA for 6fb0ed9
apps/ngrx/notification/src/app/app.config.ts
@@ -1,5 +1,6 @@
1
import { FakeBackendService } from '@angular-challenges/ngrx-notification/backend';
2
import { APP_INITIALIZER, ApplicationConfig, inject } from '@angular/core';
3
+import { provideAnimations } from '@angular/platform-browser/animations';
4
import { provideRouter } from '@angular/router';
5
import { provideEffects } from '@ngrx/effects';
6
import { provideStore } from '@ngrx/store';
@@ -42,5 +43,6 @@ export const appConfig: ApplicationConfig = {
42
43
return () => service.init();
44
},
45
46
+ provideAnimations(),
47
],
48
};
0 commit comments