diff --git a/src/app/app.config.ts b/src/app/app.config.ts index 299d37be2..34813955c 100644 --- a/src/app/app.config.ts +++ b/src/app/app.config.ts @@ -5,7 +5,7 @@ import { provideStore } from '@ngxs/store'; import { withNgxsReduxDevtoolsPlugin } from '@ngxs/devtools-plugin'; import { providePrimeNG } from 'primeng/config'; import Aura from '@primeng/themes/aura'; -import { provideNoopAnimations } from '@angular/platform-browser/animations'; +import { provideAnimations } from '@angular/platform-browser/animations'; import { provideHttpClient } from '@angular/common/http'; export const appConfig: ApplicationConfig = { @@ -24,7 +24,7 @@ export const appConfig: ApplicationConfig = { }, }, }), - provideNoopAnimations(), + provideAnimations(), provideHttpClient(), ], }; diff --git a/src/app/core/components/footer/footer.component.html b/src/app/core/components/footer/footer.component.html index 38d8f1598..7d7fcefec 100644 --- a/src/app/core/components/footer/footer.component.html +++ b/src/app/core/components/footer/footer.component.html @@ -1,4 +1,4 @@ -