Skip to content

Commit 80936a3

Browse files
josehernandezfintecheandomxJose Alberto Hernandez
and
Jose Alberto Hernandez
authored
Upgrade/angular 14 (#1853)
* Fix Loan product Payment Allocation * Upgrade to Angular 14 --------- Co-authored-by: Jose Alberto Hernandez <[email protected]>
1 parent 2dab3b7 commit 80936a3

File tree

336 files changed

+6560
-5601
lines changed

Some content is hidden

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

336 files changed

+6560
-5601
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# lts/gallium node v19.7.0 (npm v9.5.0)
3030
node-version: '19.7.0'
3131
- name: Angular CLI install
32-
run : npm install -g --silent @angular/cli@13.3.10
32+
run : npm install -g --silent @angular/cli@14.2.12
3333

3434
- name: Npm install
3535
run: npm install

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ testem.log
5353
# System Files
5454
.DS_Store
5555
Thumbs.db
56+
.vscode/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The latest code is continuously deployed at https://openmf.github.io/web-app/ wh
2020

2121
2. Install [angular-cli](https://github.com/angular/angular-cli) globally.
2222
```
23-
npm install -g @angular/cli@13.3.10
23+
npm install -g @angular/cli@14.2.12
2424
```
2525

2626
3. Clone the project locally into your system.

angular.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
"optimization": false,
8181
"sourceMap": true,
8282
"namedChunks": true,
83-
"outputHashing": "all",
8483
"extractLicenses": true,
8584
"aot": true,
8685
"buildOptimizer": true,
@@ -230,6 +229,5 @@
230229
}
231230
}
232231
}
233-
},
234-
"defaultProject": "mifosx-web-app"
232+
}
235233
}

0 commit comments

Comments
 (0)