diff --git a/README.md b/README.md index 30a7ecf..db430c4 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,9 @@ For more information on using the Angular CLI, including detailed command refere --fix upload of the image in edit mode --add deletion button to the card -centralize scss check the same styles for differnet buttons --adjust to mobile format ****animations transitions (prev next cards) +--DEPLOY AND WRITE README + diff --git a/package-lock.json b/package-lock.json index f85006a..9ea3369 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "iisa-web", "version": "0.0.0", "dependencies": { - "@angular/animations": "^19.1.0", + "@angular/animations": "^19.2.14", "@angular/cdk": "^19.2.19", "@angular/common": "^19.1.0", "@angular/compiler": "^19.1.0", diff --git a/package.json b/package.json index aaf7881..67303e1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^19.1.0", + "@angular/animations": "^19.2.14", "@angular/cdk": "^19.2.19", "@angular/common": "^19.1.0", "@angular/compiler": "^19.1.0", diff --git a/src/app/app.config.ts b/src/app/app.config.ts index 94f5f50..1b62bab 100644 --- a/src/app/app.config.ts +++ b/src/app/app.config.ts @@ -1,9 +1,10 @@ import { ApplicationConfig, provideZoneChangeDetection } from '@angular/core'; import { provideRouter } from '@angular/router'; +import { provideAnimations } from '@angular/platform-browser/animations'; import { routes } from './app.routes'; import { provideHttpClient } from '@angular/common/http'; export const appConfig: ApplicationConfig = { - providers: [provideZoneChangeDetection({ eventCoalescing: true }), provideRouter(routes), provideHttpClient()] + providers: [provideZoneChangeDetection({ eventCoalescing: true }), provideRouter(routes), provideHttpClient(), provideAnimations()] }; diff --git a/src/app/components/application-list/application-list.component.html b/src/app/components/application-list/application-list.component.html index 333dcf0..15708d5 100644 --- a/src/app/components/application-list/application-list.component.html +++ b/src/app/components/application-list/application-list.component.html @@ -1,7 +1,7 @@