From ac6d455fad30d9f7080862d4544d21d3fa54ce6c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 31 Oct 2024 00:40:17 +0000 Subject: [PATCH] chore: version 19.0.0-rc.0 --- ponyracer/package.json | 4 ++-- ponyracer/src/app/app.component.ts | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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'