Skip to content

Commit

Permalink
Update to Angular 17 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcrespel committed Feb 17, 2024
1 parent dffeb8b commit d9bc0cc
Show file tree
Hide file tree
Showing 3 changed files with 2,050 additions and 2,623 deletions.
9 changes: 6 additions & 3 deletions src/main/nodejs/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,18 @@
},
"configurations": {
"production": {
"browserTarget": "karaplan:build:production"
"buildTarget": "karaplan:build:production"
},
"development": {
"browserTarget": "karaplan:build:development"
"buildTarget": "karaplan:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "karaplan:build"
"buildTarget": "karaplan:build"
}
},
"test": {
Expand All @@ -105,5 +105,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
Loading

0 comments on commit d9bc0cc

Please sign in to comment.