Skip to content

Commit

Permalink
chore: update angular to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
Magda98 committed Nov 24, 2024
1 parent f2ba80a commit 06c1cf0
Show file tree
Hide file tree
Showing 20 changed files with 11,213 additions and 30,881 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"builder": "@angular/build:application",
"options": {
"outputPath": "dist/spotrx",
"index": "src/index.html",
Expand Down Expand Up @@ -59,7 +59,7 @@
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@angular/build:dev-server",
"configurations": {
"production": {
"buildTarget": "spotrx:build:production"
Expand All @@ -71,7 +71,7 @@
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"builder": "@angular/build:extract-i18n",
"options": {
"buildTarget": "spotrx:build"
}
Expand Down
Loading

0 comments on commit 06c1cf0

Please sign in to comment.