Skip to content

Commit

Permalink
upgrade to Angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
nigrosimone committed Jun 10, 2024
1 parent b27d265 commit 32bdb6d
Show file tree
Hide file tree
Showing 7 changed files with 6,535 additions and 6,766 deletions.
16 changes: 9 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,15 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/ng-http-caching-demo",
"outputPath": {
"base": "dist/ng-http-caching-demo"
},
"index": "projects/ng-http-caching-demo/src/index.html",
"main": "projects/ng-http-caching-demo/src/main.ts",
"polyfills": "projects/ng-http-caching-demo/src/polyfills.ts",
"polyfills": [
"projects/ng-http-caching-demo/src/polyfills.ts"
],
"tsConfig": "projects/ng-http-caching-demo/tsconfig.app.json",
"inlineStyleLanguage": "sass",
"assets": [
Expand All @@ -73,7 +76,8 @@
"styles": [
"projects/ng-http-caching-demo/src/styles.sass"
],
"scripts": []
"scripts": [],
"browser": "projects/ng-http-caching-demo/src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -98,9 +102,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
Loading

0 comments on commit 32bdb6d

Please sign in to comment.