update @angular/cli to latest version

This commit is contained in:
Natlinux81
2025-04-21 21:44:36 +02:00
parent 84cfa92833
commit dd84fc987e
3 changed files with 2597 additions and 1786 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,22 +10,22 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^18.2.0", "@angular/animations": "^19.2.7",
"@angular/common": "^18.2.0", "@angular/common": "^19.2.7",
"@angular/compiler": "^18.2.0", "@angular/compiler": "^19.2.7",
"@angular/core": "^18.2.0", "@angular/core": "^19.2.7",
"@angular/forms": "^18.2.0", "@angular/forms": "^19.2.7",
"@angular/platform-browser": "^18.2.0", "@angular/platform-browser": "^19.2.7",
"@angular/platform-browser-dynamic": "^18.2.0", "@angular/platform-browser-dynamic": "^19.2.7",
"@angular/router": "^18.2.0", "@angular/router": "^19.2.7",
"rxjs": "~7.8.0", "rxjs": "~7.8.0",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"zone.js": "~0.14.10" "zone.js": "~0.15.0"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^18.2.5", "@angular-devkit/build-angular": "^19.2.8",
"@angular/cli": "^18.2.5", "@angular/cli": "^19.2.8",
"@angular/compiler-cli": "^18.2.0", "@angular/compiler-cli": "^19.2.7",
"@types/jasmine": "~5.1.0", "@types/jasmine": "~5.1.0",
"jasmine-core": "~5.2.0", "jasmine-core": "~5.2.0",
"karma": "~6.4.0", "karma": "~6.4.0",

View File

@@ -3,7 +3,6 @@ import { RouterOutlet } from '@angular/router';
@Component({ @Component({
selector: 'app-root', selector: 'app-root',
standalone: true,
imports: [RouterOutlet], imports: [RouterOutlet],
templateUrl: './app.component.html', templateUrl: './app.component.html',
styleUrl: './app.component.scss' styleUrl: './app.component.scss'