Skip to content

Commit

Permalink
Updated to ng17
Browse files Browse the repository at this point in the history
  • Loading branch information
walkingriver committed Aug 9, 2024
1 parent 38c1c2d commit 0bd27c6
Show file tree
Hide file tree
Showing 4 changed files with 3,053 additions and 2,913 deletions.
9 changes: 5 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "app:build"
"buildTarget": "app:build"
},
"configurations": {
"production": {
"browserTarget": "app:build:production"
"buildTarget": "app:build:production"
},
"ci": {
"progress": false
Expand All @@ -99,7 +99,7 @@
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "app:build"
"buildTarget": "app:build"
}
},
"test": {
Expand Down Expand Up @@ -187,7 +187,8 @@
"cli": {
"schematicCollections": [
"@ionic/angular-toolkit"
]
],
"analytics": false
},
"schematics": {
"@ionic/angular-toolkit:component": {
Expand Down
Loading

0 comments on commit 0bd27c6

Please sign in to comment.