Skip to content

Commit

Permalink
Upgrade Angular to Version 17 (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaygandecha authored May 16, 2024
1 parent 17d5e65 commit f76a813
Show file tree
Hide file tree
Showing 39 changed files with 6,748 additions and 4,948 deletions.
2 changes: 1 addition & 1 deletion frontend/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
}
}
]
}
}
6 changes: 3 additions & 3 deletions frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@
},
"configurations": {
"production": {
"browserTarget": "frontend:build:production"
"buildTarget": "frontend:build:production"
},
"development": {
"browserTarget": "frontend:build:development"
"buildTarget": "frontend:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "frontend:build"
"buildTarget": "frontend:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit f76a813

Please sign in to comment.