Skip to content

Commit

Permalink
Merge pull request #28 from bolzplatzarena/angular-17
Browse files Browse the repository at this point in the history
Angular 17
  • Loading branch information
rengert authored Nov 11, 2023
2 parents 9e793c8 + d104258 commit 95b261f
Show file tree
Hide file tree
Showing 12 changed files with 4,922 additions and 5,024 deletions.
16 changes: 8 additions & 8 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/bolzplatzarena-components",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"browser": "src/main.ts",
"polyfills": [
"src/polyfills.ts"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
Expand Down Expand Up @@ -59,9 +61,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand All @@ -73,18 +73,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "bolzplatzarena-components:build:production"
"buildTarget": "bolzplatzarena-components:build:production"
},
"development": {
"browserTarget": "bolzplatzarena-components:build:development"
"buildTarget": "bolzplatzarena-components:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "bolzplatzarena-components:build"
"buildTarget": "bolzplatzarena-components:build"
}
},
"lint": {
Expand Down
Loading

0 comments on commit 95b261f

Please sign in to comment.