diff --git a/ponyracer/package.json b/ponyracer/package.json index 30764bc2d..ad288157f 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-next.13", - "@angular/cli": "^19.0.0-next.13", + "@angular-devkit/build-angular": "^19.0.0-rc.0", + "@angular/cli": "^19.0.0-rc.0", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.4.0", diff --git a/ponyracer/src/app/app.component.ts b/ponyracer/src/app/app.component.ts index 716e5f273..3547759d4 100644 --- a/ponyracer/src/app/app.component.ts +++ b/ponyracer/src/app/app.component.ts @@ -3,7 +3,6 @@ import { RouterOutlet } from '@angular/router'; @Component({ selector: 'app-root', - standalone: true, imports: [RouterOutlet], templateUrl: './app.component.html', styleUrl: './app.component.css'