feat: enhance tests with router, HTTP client, and animations support

This commit is contained in:
Jesus Navalon
2026-07-12 22:40:48 +02:00
parent cd2ddd3cb0
commit a66af1d056
11 changed files with 478 additions and 113 deletions
+23
View File
@@ -8,6 +8,7 @@
"name": "mobile-store",
"version": "0.0.0",
"dependencies": {
"@angular/animations": "v20-lts",
"@angular/common": "v20-lts",
"@angular/compiler": "v20-lts",
"@angular/core": "v20-lts",
@@ -681,6 +682,20 @@
"typescript": "*"
}
},
"node_modules/@angular/animations": {
"version": "20.3.26",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.26.tgz",
"integrity": "sha512-hfNrX19v8xs/usNkELSqc6q5IwBfS2GGW8sQ4OMpxAmLZDJwaLUxkj48t8VYhUFezsIfzR+sDEi6ZQBOaMIYug==",
"dependencies": {
"tslib": "^2.3.0"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"peerDependencies": {
"@angular/core": "20.3.26"
}
},
"node_modules/@angular/build": {
"version": "20.3.32",
"resolved": "https://registry.npmjs.org/@angular/build/-/build-20.3.32.tgz",
@@ -10824,6 +10839,14 @@
"@angular-eslint/bundled-angular-compiler": "21.0.1"
}
},
"@angular/animations": {
"version": "20.3.26",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.26.tgz",
"integrity": "sha512-hfNrX19v8xs/usNkELSqc6q5IwBfS2GGW8sQ4OMpxAmLZDJwaLUxkj48t8VYhUFezsIfzR+sDEi6ZQBOaMIYug==",
"requires": {
"tslib": "^2.3.0"
}
},
"@angular/build": {
"version": "20.3.32",
"resolved": "https://registry.npmjs.org/@angular/build/-/build-20.3.32.tgz",