Skip to content

Commit

Permalink
Upgrade/angular 14 (#1853)
Browse files Browse the repository at this point in the history
* Fix Loan product Payment Allocation

* Upgrade to Angular 14

---------

Co-authored-by: Jose Alberto Hernandez <[email protected]>
  • Loading branch information
josehernandezfintecheandomx and Jose Alberto Hernandez authored Aug 30, 2023
1 parent 2dab3b7 commit 80936a3
Show file tree
Hide file tree
Showing 336 changed files with 6,560 additions and 5,601 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# lts/gallium node v19.7.0 (npm v9.5.0)
node-version: '19.7.0'
- name: Angular CLI install
run : npm install -g --silent @angular/cli@13.3.10
run : npm install -g --silent @angular/cli@14.2.12

- name: Npm install
run: npm install
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ testem.log
# System Files
.DS_Store
Thumbs.db
.vscode/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The latest code is continuously deployed at https://openmf.github.io/web-app/ wh

2. Install [angular-cli](https://github.com/angular/angular-cli) globally.
```
npm install -g @angular/cli@13.3.10
npm install -g @angular/cli@14.2.12
```

3. Clone the project locally into your system.
Expand Down
4 changes: 1 addition & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"optimization": false,
"sourceMap": true,
"namedChunks": true,
"outputHashing": "all",
"extractLicenses": true,
"aot": true,
"buildOptimizer": true,
Expand Down Expand Up @@ -230,6 +229,5 @@
}
}
}
},
"defaultProject": "mifosx-web-app"
}
}
Loading

0 comments on commit 80936a3

Please sign in to comment.