Skip to content

Commit 82a4509

Browse files
committed
chore: version 17.0.0-rc.0
1 parent 686c830 commit 82a4509

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

ponyracer/angular.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
"scripts": [],
3131
"server": "src/main.server.ts",
3232
"prerender": true,
33-
"ssr": "server.ts"
33+
"ssr": {
34+
"entry": "server.ts"
35+
}
3436
},
3537
"configurations": {
3638
"production": {

ponyracer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"@angular/platform-browser-dynamic": "^17.0.0-next.0",
2020
"@angular/platform-server": "^17.0.0-next.0",
2121
"@angular/router": "^17.0.0-next.0",
22-
"@angular/ssr": "^17.0.0-next.9",
22+
"@angular/ssr": "^17.0.0-rc.0",
2323
"express": "^4.18.2",
2424
"rxjs": "~7.8.0",
2525
"tslib": "^2.3.0",
2626
"zone.js": "~0.14.0"
2727
},
2828
"devDependencies": {
29-
"@angular-devkit/build-angular": "^17.0.0-next.9",
30-
"@angular/cli": "^17.0.0-next.9",
29+
"@angular-devkit/build-angular": "^17.0.0-rc.0",
30+
"@angular/cli": "^17.0.0-rc.0",
3131
"@angular/compiler-cli": "^17.0.0-next.0",
3232
"@types/express": "^4.17.17",
3333
"@types/jasmine": "~5.1.0",

ponyracer/src/app/app.component.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,9 @@
311311
/>
312312
<span>Welcome</span>
313313
<div class="spacer"></div>
314-
<a aria-label="Angular on twitter" target="_blank" rel="noopener" href="https://twitter.com/angular" title="Twitter">
315-
<svg id="twitter-logo" height="24" data-name="Logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400">
316-
<rect width="400" height="400" fill="none"/>
317-
<path d="M153.62,301.59c94.34,0,145.94-78.16,145.94-145.94,0-2.22,0-4.43-.15-6.63A104.36,104.36,0,0,0,325,122.47a102.38,102.38,0,0,1-29.46,8.07,51.47,51.47,0,0,0,22.55-28.37,102.79,102.79,0,0,1-32.57,12.45,51.34,51.34,0,0,0-87.41,46.78A145.62,145.62,0,0,1,92.4,107.81a51.33,51.33,0,0,0,15.88,68.47A50.91,50.91,0,0,1,85,169.86c0,.21,0,.43,0,.65a51.31,51.31,0,0,0,41.15,50.28,51.21,51.21,0,0,1-23.16.88,51.35,51.35,0,0,0,47.92,35.62,102.92,102.92,0,0,1-63.7,22A104.41,104.41,0,0,1,75,278.55a145.21,145.21,0,0,0,78.62,23" fill="#fff"/>
314+
<a aria-label="Angular on X" target="_blank" rel="noopener" href="https://twitter.com/angular" title="X">
315+
<svg id="twitter-logo" xmlns="http://www.w3.org/2000/svg" height="24" width="24" data-name="Logo" viewBox="0 0 512 512" fill="#fff">
316+
<path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/>
318317
</svg>
319318
</a>
320319
<a aria-label="Angular on YouTube" target="_blank" rel="noopener" href="https://youtube.com/angular" title="YouTube">

0 commit comments

Comments
 (0)