Skip to content

Commit 6ee9897

Browse files
authored
WEB-215 Merge angular-update-19 into dev to upgrade Angular from v18 to v19 (#2530)
1 parent 263ddf0 commit 6ee9897

File tree

722 files changed

+17867
-4202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

722 files changed

+17867
-4202
lines changed

angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"architect": {
2020
"build": {
21-
"builder": "@angular-devkit/build-angular:application",
21+
"builder": "@angular/build:application",
2222
"options": {
2323
"aot": true,
2424
"outputPath": {
@@ -97,7 +97,7 @@
9797
"defaultConfiguration": "production"
9898
},
9999
"serve": {
100-
"builder": "@angular-devkit/build-angular:dev-server",
100+
"builder": "@angular/build:dev-server",
101101
"options": {
102102
"buildTarget": "mifosx-web-app:build"
103103
},
@@ -112,7 +112,7 @@
112112
"defaultConfiguration": "development"
113113
},
114114
"extract-i18n": {
115-
"builder": "@angular-devkit/build-angular:extract-i18n",
115+
"builder": "@angular/build:extract-i18n",
116116
"options": {
117117
"buildTarget": "mifosx-web-app:build"
118118
}

0 commit comments

Comments
 (0)