diff --git a/ponyracer/package.json b/ponyracer/package.json
index 642034377..4b5bae263 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.14.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^17.0.0",
- "@angular/cli": "^17.0.0",
+ "@angular-devkit/build-angular": "^17.0.1",
+ "@angular/cli": "^17.0.1",
"@angular/compiler-cli": "^17.0.0",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.1.0",
diff --git a/ponyracer/src/app/app.component.html b/ponyracer/src/app/app.component.html
index 390d3bf99..1b7f2c304 100644
--- a/ponyracer/src/app/app.component.html
+++ b/ponyracer/src/app/app.component.html
@@ -227,7 +227,7 @@
Hello, {{ title }}
Congratulations! Your app is running. 🎉
-
+
@@ -240,7 +240,7 @@
Hello, {{ title }}
]; track item.title) {
diff --git a/ponyracer/src/app/app.component.ts b/ponyracer/src/app/app.component.ts
index 13767242d..3efc02f32 100644
--- a/ponyracer/src/app/app.component.ts
+++ b/ponyracer/src/app/app.component.ts
@@ -7,7 +7,7 @@ import { RouterOutlet } from '@angular/router';
standalone: true,
imports: [CommonModule, RouterOutlet],
templateUrl: './app.component.html',
- styleUrls: ['./app.component.css']
+ styleUrl: './app.component.css'
})
export class AppComponent {
title = 'ponyracer';
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index 994784bbb..678336b9e 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -12,7 +12,6 @@
"esModuleInterop": true,
"sourceMap": true,
"declaration": false,
- "downlevelIteration": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,