Skip to content

Commit 40e8e5b

Browse files
committed
feat: update to v17
1 parent ab5c080 commit 40e8e5b

19 files changed

+2694
-2215
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"configurations": [
55
{
66
"name": "ng serve",
7-
"type": "pwa-chrome",
7+
"type": "chrome",
88
"request": "launch",
99
"preLaunchTask": "npm: start",
1010
"url": "http://localhost:4200/"

angular.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"prefix": "app",
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:browser",
18+
"builder": "@angular-devkit/build-angular:application",
1919
"options": {
2020
"outputPath": "dist/learn-angular",
2121
"index": "src/index.html",
22-
"main": "src/main.ts",
22+
"browser": "src/main.ts",
2323
"polyfills": [
2424
"zone.js"
2525
],
@@ -32,7 +32,12 @@
3232
"styles": [
3333
"src/styles.scss"
3434
],
35-
"scripts": []
35+
"scripts": [],
36+
"server": "src/main.server.ts",
37+
"prerender": true,
38+
"ssr": {
39+
"entry": "server.ts"
40+
}
3641
},
3742
"configurations": {
3843
"production": {
@@ -51,12 +56,9 @@
5156
"outputHashing": "all"
5257
},
5358
"development": {
54-
"buildOptimizer": false,
5559
"optimization": false,
56-
"vendorChunk": true,
5760
"extractLicenses": false,
58-
"sourceMap": true,
59-
"namedChunks": true
61+
"sourceMap": true
6062
}
6163
},
6264
"defaultConfiguration": "production"
@@ -100,8 +102,5 @@
100102
}
101103
}
102104
}
103-
},
104-
"cli": {
105-
"analytics": "afebca87-2aa0-41c0-9fae-c80838757529"
106105
}
107106
}

0 commit comments

Comments
 (0)