db26a1309f
876038: Need to update loan calculator in public branch |
||
---|---|---|
src | ||
.editorconfig | ||
.gitignore | ||
README.md | ||
angular.json | ||
gulpfile.js | ||
license | ||
package.json | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.spec.json |
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