Skip to content

Commit

Permalink
Feat: update to Angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
denisyilmaz committed Feb 22, 2024
1 parent 5fa7b35 commit f03a43c
Show file tree
Hide file tree
Showing 4 changed files with 5,128 additions and 8,081 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "demo:build:production"
"buildTarget": "demo:build:production"
},
"development": {
"browserTarget": "demo:build:development"
"buildTarget": "demo:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "demo:build"
"buildTarget": "demo:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit f03a43c

Please sign in to comment.