diff --git a/ponyracer/angular.json b/ponyracer/angular.json index 1247be5..f42262d 100644 --- a/ponyracer/angular.json +++ b/ponyracer/angular.json @@ -30,7 +30,9 @@ "scripts": [], "server": "src/main.server.ts", "prerender": true, - "ssr": "server.ts" + "ssr": { + "entry": "server.ts" + } }, "configurations": { "production": { diff --git a/ponyracer/package.json b/ponyracer/package.json index f222cec..9830c3a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -19,15 +19,15 @@ "@angular/platform-browser-dynamic": "^17.0.0-next.0", "@angular/platform-server": "^17.0.0-next.0", "@angular/router": "^17.0.0-next.0", - "@angular/ssr": "^17.0.0-next.9", + "@angular/ssr": "^17.0.0-rc.0", "express": "^4.18.2", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0-next.9", - "@angular/cli": "^17.0.0-next.9", + "@angular-devkit/build-angular": "^17.0.0-rc.0", + "@angular/cli": "^17.0.0-rc.0", "@angular/compiler-cli": "^17.0.0-next.0", "@types/express": "^4.17.17", "@types/jasmine": "~5.1.0", diff --git a/ponyracer/src/app/app.component.html b/ponyracer/src/app/app.component.html index 19e3437..11b5152 100644 --- a/ponyracer/src/app/app.component.html +++ b/ponyracer/src/app/app.component.html @@ -311,10 +311,9 @@ /> Welcome
- -