12f72c0738 | ||
---|---|---|
e2e | ||
src | ||
.browserslistrc | ||
.editorconfig | ||
.gitignore | ||
.npmrc | ||
README.md | ||
angular.json | ||
config.json | ||
gulpfile.js | ||
karma.conf.js | ||
license | ||
package.json | ||
tsconfig.app.json | ||
tsconfig.base.json | ||
tsconfig.json | ||
tsconfig.spec.json | ||
tslint.json |
README.md
Essential JS 2 for Angular - Loan Calculator
This Loan calculator demo application showcases the usage of several Essential JS 2 components in a real world application scenario. You can use this application to Calculates your loan payment based on your loan amount, interest and term.
Deployment
Install
To install all dependent packages, use the below command
npm install
Run
To run the sample, use the below command
ng serve
Demo
https://ej2.syncfusion.com/showcase/angular/loancalculator/
Check all the showcase samples from here.