Skip to content

Commit

Permalink
webui: Angular 17 update (#1038)
Browse files Browse the repository at this point in the history
* webui - Update to angular 17

* webui - Update to angular material 17
  • Loading branch information
d10sfan authored Dec 11, 2023
1 parent 24725ae commit 2cdf3cf
Show file tree
Hide file tree
Showing 3 changed files with 7,684 additions and 5,169 deletions.
6 changes: 3 additions & 3 deletions webui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "webui:build:production"
"buildTarget": "webui:build:production"
},
"development": {
"browserTarget": "webui:build:development"
"buildTarget": "webui:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "webui:build"
"buildTarget": "webui:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 2cdf3cf

Please sign in to comment.