https://github.com/syncfusion/ej2-showcase-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.
https://github.com/syncfusion/ej2-showcase-angular-loan-calculator
Last synced: 10 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/syncfusion/ej2-showcase-angular-loan-calculator
- Owner: syncfusion
- License: other
- Created: 2018-03-01T08:56:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T10:57:36.000Z (about 2 years ago)
- Last Synced: 2025-06-30T12:12:18.223Z (10 months ago)
- Language: TypeScript
- Size: 816 KB
- Stars: 10
- Watchers: 12
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# 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:
```sh
npm install
```
## Build the application
To Build the application, use the below command,
```sh
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:
```sh
ng serve
```