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.
Перейти к файлу
Kanagambigai 12f72c0738 sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 19:06:19 +05:30
e2e sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 19:06:19 +05:30
src sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 19:06:19 +05:30
.browserslistrc sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 19:06:19 +05:30
.editorconfig sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 19:06:19 +05:30
.gitignore sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 19:06:19 +05:30
.npmrc sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 19:06:19 +05:30
README.md Added the sample into the repository 2018-03-09 19:21:51 +05:30
angular.json sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 19:06:19 +05:30
config.json sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 19:06:19 +05:30
gulpfile.js sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 19:06:19 +05:30
karma.conf.js sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 19:06:19 +05:30
license Added the sample into the repository 2018-03-09 19:21:51 +05:30
package.json sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 19:06:19 +05:30
tsconfig.app.json sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 19:06:19 +05:30
tsconfig.base.json sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 19:06:19 +05:30
tsconfig.json sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 19:06:19 +05:30
tsconfig.spec.json sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 19:06:19 +05:30
tslint.json sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 19:06:19 +05:30

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.