Skip to content

Commit

Permalink
Update to Angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Guijt committed Jul 12, 2024
1 parent ced38b5 commit 562431e
Show file tree
Hide file tree
Showing 6 changed files with 3,904 additions and 2,742 deletions.
12 changes: 6 additions & 6 deletions IdentityServer/v7/BFF/Angular/angular.client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/angular.client",
"outputPath": {
"base": "dist/angular.client"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": [
"zone.js"
],
Expand All @@ -28,7 +29,8 @@
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"src/styles.css"
],
"scripts": []
"scripts": [],
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -47,9 +49,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
Loading

0 comments on commit 562431e

Please sign in to comment.