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.
Перейти к файлу
Thavasianand db26a1309f
Merge pull request #8 from syncfusion/876038-showcase
876038: Need to update loan calculator in public branch
2024-03-13 16:27:35 +05:30
src 876038: Need to update loan calculator in public branch 2024-03-13 15:40:03 +05:30
.editorconfig sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 19:06:19 +05:30
.gitignore Task 847280: Need to check the Showcase repository configuration and example repository 2023-09-19 15:08:40 +05:30
README.md Task 847280: Need to check the Showcase repository configuration and example repository 2023-09-19 15:08:40 +05:30
angular.json 876038: Need to update loan calculator in public branch 2024-03-13 15:40:03 +05:30
gulpfile.js Update gulpfile.js 2023-09-19 16:50:45 +05:30
license Added the sample into the repository 2018-03-09 19:21:51 +05:30
package.json 876038: Need to update loan calculator in public branch 2024-03-13 15:40:03 +05:30
tsconfig.app.json Task 847280: Need to check the Showcase repository configuration and example repository 2023-09-19 15:08:40 +05:30
tsconfig.json Task 847280: Need to check the Showcase repository configuration and example repository 2023-09-19 15:08:40 +05:30
tsconfig.spec.json Task 847280: Need to check the Showcase repository configuration and example repository 2023-09-19 15:08:40 +05:30

README.md

Loan Calculator Showcase Sample in JavaScript

The Loan Calculator Showcase web application sample is a practical demonstration of a loan calculator built using JavaScript and Syncfusion's Essential JS 2 library. This showcase provides users with a user-friendly interface to calculate and visualize various aspects of loan repayment, making it a valuable tool for both individuals and financial institution.

Installation

To install the application dependencies, use the following command:

npm install

Build the application

To Build the application, use the below command,

ng build

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Run the application

To run the sample in the browser with live reload, use the following command:

ng serve