From 67c2203c0ee499dc7db18c221f9edb2f32d69866 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 21 May 2025 12:52:48 +0000 Subject: [PATCH] chore: version 20.0.0-rc.3 --- ponyracer/package.json | 6 +++--- ponyracer/src/app/app.spec.ts | 6 ------ ponyracer/src/app/app.ts | 2 +- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 9984db0..7a37ea0 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -18,15 +18,15 @@ "@angular/platform-browser": "^20.0.0-next.0", "@angular/platform-server": "^20.0.0-next.0", "@angular/router": "^20.0.0-next.0", - "@angular/ssr": "^20.0.0-rc.2", + "@angular/ssr": "^20.0.0-rc.3", "express": "^5.1.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.0.0-rc.2", - "@angular/cli": "^20.0.0-rc.2", + "@angular/build": "^20.0.0-rc.3", + "@angular/cli": "^20.0.0-rc.3", "@angular/compiler-cli": "^20.0.0-next.0", "@types/express": "^5.0.1", "@types/jasmine": "~5.1.0", diff --git a/ponyracer/src/app/app.spec.ts b/ponyracer/src/app/app.spec.ts index fbc7ee5..29c6ead 100644 --- a/ponyracer/src/app/app.spec.ts +++ b/ponyracer/src/app/app.spec.ts @@ -14,12 +14,6 @@ describe('App', () => { expect(app).toBeTruthy(); }); - it(`should have the 'ponyracer' title`, () => { - const fixture = TestBed.createComponent(App); - const app = fixture.componentInstance; - expect(app.title).toEqual('ponyracer'); - }); - it('should render title', () => { const fixture = TestBed.createComponent(App); fixture.detectChanges(); diff --git a/ponyracer/src/app/app.ts b/ponyracer/src/app/app.ts index fb5bd58..9a69676 100644 --- a/ponyracer/src/app/app.ts +++ b/ponyracer/src/app/app.ts @@ -8,5 +8,5 @@ import { RouterOutlet } from '@angular/router'; styleUrl: './app.css' }) export class App { - title = 'ponyracer'; + protected title = 'ponyracer'; }