Skip to content

Commit 3fc499a

Browse files
committed
chore: update angular to v19
1 parent f2ba80a commit 3fc499a

19 files changed

+11167
-30836
lines changed

angular.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"prefix": "app",
1919
"architect": {
2020
"build": {
21-
"builder": "@angular-devkit/build-angular:application",
21+
"builder": "@angular/build:application",
2222
"options": {
2323
"outputPath": "dist/spotrx",
2424
"index": "src/index.html",
@@ -59,7 +59,7 @@
5959
"defaultConfiguration": "production"
6060
},
6161
"serve": {
62-
"builder": "@angular-devkit/build-angular:dev-server",
62+
"builder": "@angular/build:dev-server",
6363
"configurations": {
6464
"production": {
6565
"buildTarget": "spotrx:build:production"
@@ -71,7 +71,7 @@
7171
"defaultConfiguration": "development"
7272
},
7373
"extract-i18n": {
74-
"builder": "@angular-devkit/build-angular:extract-i18n",
74+
"builder": "@angular/build:extract-i18n",
7575
"options": {
7676
"buildTarget": "spotrx:build"
7777
}

0 commit comments

Comments
 (0)