https://github.com/syncfusion/ej2-showcase-angular-expensetracker
This expense tracker demo application showcases using several Essential JS 2 components together in a real-world application scenario. You can further explore the source code of this application and use it as a reference for integrating Essential JS 2 components into your applications.
https://github.com/syncfusion/ej2-showcase-angular-expensetracker
Last synced: about 2 months ago
JSON representation
This expense tracker demo application showcases using several Essential JS 2 components together in a real-world application scenario. You can further explore the source code of this application and use it as a reference for integrating Essential JS 2 components into your applications.
- Host: GitHub
- URL: https://github.com/syncfusion/ej2-showcase-angular-expensetracker
- Owner: syncfusion
- License: other
- Created: 2017-12-12T11:05:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-08-18T07:11:35.000Z (8 months ago)
- Last Synced: 2026-01-31T21:50:05.113Z (3 months ago)
- Language: TypeScript
- Size: 1.12 MB
- Stars: 15
- Watchers: 11
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Essential JS 2 for Angular - Expense Tracker
This expense tracker demo application showcases using several Essential JS 2 components together in
a real-world application scenario. You can further explore the source code of this application and
use it as a reference for integrating Essential JS 2 components into your applications.
## 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/expensetracker/
Check all the showcase samples from here.