Skip to content

Commit

Permalink
feat: update to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
manthanank committed Dec 19, 2023
1 parent ab5c080 commit 40e8e5b
Show file tree
Hide file tree
Showing 19 changed files with 2,694 additions and 2,215 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"configurations": [
{
"name": "ng serve",
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: start",
"url": "http://localhost:4200/"
Expand Down
19 changes: 9 additions & 10 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/learn-angular",
"index": "src/index.html",
"main": "src/main.ts",
"browser": "src/main.ts",
"polyfills": [
"zone.js"
],
Expand All @@ -32,7 +32,12 @@
"styles": [
"src/styles.scss"
],
"scripts": []
"scripts": [],
"server": "src/main.server.ts",
"prerender": true,
"ssr": {
"entry": "server.ts"
}
},
"configurations": {
"production": {
Expand All @@ -51,12 +56,9 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
"sourceMap": true
}
},
"defaultConfiguration": "production"
Expand Down Expand Up @@ -100,8 +102,5 @@
}
}
}
},
"cli": {
"analytics": "afebca87-2aa0-41c0-9fae-c80838757529"
}
}
Loading

0 comments on commit 40e8e5b

Please sign in to comment.