Skip to content

Commit

Permalink
Merge pull request #185 from Northeastern-Electric-Racing/feat/migrat…
Browse files Browse the repository at this point in the history
…e-to-angular-18

build(webapp/deps): migrate to Angular v18
  • Loading branch information
RChandler234 committed Sep 17, 2024
2 parents 4238cbd + db4aa8e commit 20a408f
Show file tree
Hide file tree
Showing 6 changed files with 5,478 additions and 4,157 deletions.
6 changes: 3 additions & 3 deletions angular-client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "angular-client:build:production"
"buildTarget": "angular-client:build:production"
},
"development": {
"browserTarget": "angular-client:build:development"
"buildTarget": "angular-client:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "angular-client:build"
"buildTarget": "angular-client:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 20a408f

Please sign in to comment.