Skip to content

Commit

Permalink
Upgrade .NET 8 samples to angular 18 (#58)
Browse files Browse the repository at this point in the history
* Upgrade to Angular v18
  • Loading branch information
MichaelKoster70 authored Oct 16, 2024
1 parent 97cba98 commit cc22777
Show file tree
Hide file tree
Showing 6 changed files with 9,635 additions and 8,159 deletions.
17 changes: 0 additions & 17 deletions samples/net8/WebAspSpa/ClientApp/.browserslistrc

This file was deleted.

15 changes: 8 additions & 7 deletions samples/net8/WebAspSpa/ClientApp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "AspNetSpa:build:production"
"buildTarget": "AspNetSpa:build:production"
},
"development": {
"browserTarget": "AspNetSpa:build:development",
"proxyConfig": "proxy.conf.js"
"proxyConfig": "proxy.conf.js",
"buildTarget": "AspNetSpa:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "AspNetSpa:build"
"buildTarget": "AspNetSpa:build"
}
},
"test": {
Expand Down Expand Up @@ -117,22 +117,23 @@
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": true
"vendorChunk": true,
"buildOptimizer": true
},
"production": {
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false
"vendorChunk": false,
"buildOptimizer": true
}
}
}
}
}
},
"defaultProject": "AspNetSpa",
"cli": {
"analytics": "45cd4591-9e7b-44dc-90dc-6b9e4fe63cb9"
}
Expand Down
Loading

0 comments on commit cc22777

Please sign in to comment.