Fixing Angular 21 by migrating all values by signals. #11

Merged
florian merged 10 commits from fixing-angular-21 into main 2026-02-03 15:07:56 +01:00
2 changed files with 923 additions and 1564 deletions
Showing only changes of commit 20782cd45a - Show all commits

File diff suppressed because it is too large Load Diff

View File

@@ -17,32 +17,26 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^21.0.6", "@angular/animations": "^21.1.2",
"@angular/cdk": "^21.0.5", "@angular/cdk": "^21.1.2",
"@angular/common": "^21.0.6", "@angular/common": "^21.1.2",
"@angular/compiler": "^21.0.6", "@angular/compiler": "^21.1.2",
"@angular/core": "^21.0.6", "@angular/core": "^21.1.2",
"@angular/forms": "^21.0.6", "@angular/forms": "^21.1.2",
"@angular/material": "^21.0.5", "@angular/material": "^21.1.2",
"@angular/platform-browser": "^21.0.6", "@angular/platform-browser": "^21.1.2",
"@angular/platform-browser-dynamic": "^21.0.6", "@angular/platform-browser-dynamic": "^21.1.2",
"@angular/router": "^21.0.6", "@angular/router": "^21",
"rxjs": "~7.8.0", "rxjs": "~7.8.2",
"tslib": "^2.3.0", "tslib": "^2.8.1"
"zone.js": "~0.15.1"
}, },
"devDependencies": { "devDependencies": {
"@angular/build": "^21.0.4", "@angular/build": "^21.1.2",
"@angular/cli": "^21.0.4", "@angular/cli": "^21.1.2",
"@angular/compiler-cli": "^21.0.6", "@angular/compiler-cli": "^21.1.2",
"@angular/localize": "^21.0.6", "@angular/localize": "^21.1.2",
"@types/jasmine": "~5.1.0", "@types/jasmine": "~5.1.15",
"jasmine-core": "~5.1.0", "jasmine-core": "~5.13.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.9.3" "typescript": "~5.9.3"
} }
} }