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.
Перейти к файлу
Rajendran R e83ec6b422
Merge pull request #9 from PrasanthMadhaiyan/master
feature(EJ2-66059): Updated the Angular showcase samples to the latest version.
2022-12-28 21:59:25 +05:30
src feature(EJ2-65852): Update the Angular showcase samples to latest package version. 2022-12-22 19:37:03 +05:30
.browserslistrc sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 18:55:19 +05:30
.editorconfig sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 18:55:19 +05:30
README.md sample(EJ2-47773): samples updated 2021-04-08 14:01:35 +05:30
angular.json sample(EJ2-47773): samples updated 2021-04-08 14:27:03 +05:30
config.json Added the sample into the repository 2018-03-07 19:14:46 +05:30
karma.conf.js sample(EJ2-47773): samples updated 2021-04-08 14:27:03 +05:30
license Published the sample in github 2017-12-13 18:20:48 +05:30
package.json feature(EJ2-65852): Update the Angular showcase samples to latest package version. 2022-12-22 19:37:03 +05:30
tsconfig.app.json sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 18:55:19 +05:30
tsconfig.base.json sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 18:55:19 +05:30
tsconfig.json sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 18:55:19 +05:30
tsconfig.spec.json sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 18:55:19 +05:30
tslint.json sample(EJ2-47773): Showcase sample updated with latest styles. 2021-04-01 18:55:19 +05:30

README.md

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.