Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(clientApp): update Angular 17
Browse files Browse the repository at this point in the history
ManuelNinyo committed Jul 1, 2024
1 parent b835a04 commit bf2c192
Showing 4 changed files with 2,005 additions and 2,549 deletions.
8 changes: 4 additions & 4 deletions src/Web/ClientApp/angular.json
Original file line number Diff line number Diff line change
@@ -71,19 +71,19 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "CleanArchitecture.Web:build:production"
"buildTarget": "CleanArchitecture.Web:build:production"
},
"development": {
"browserTarget": "CleanArchitecture.Web:build:development",
"proxyConfig": "proxy.conf.js"
"proxyConfig": "proxy.conf.js",
"buildTarget": "CleanArchitecture.Web:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "CleanArchitecture.Web:build"
"buildTarget": "CleanArchitecture.Web:build"
}
},
"test": {
Loading

0 comments on commit bf2c192

Please sign in to comment.