1
0
Форкнуть 0
This health tracker demo application showcases using several Essential Angular 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 Angular components into your applications.
Перейти к файлу
dependabot[bot] 4756ffe8bc
build(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 12:51:26 +00:00
e2e bug(EJ2-54114): Health tracker show case sample code updated to angular 11. 2021-12-30 12:49:49 +05:30
src feature(839998)- Updated the showcase repository configuration 2023-07-31 14:41:19 +05:30
.browserslistrc bug(EJ2-54114): Health tracker show case sample code updated to angular 11. 2021-12-30 12:49:49 +05:30
.editorconfig bug(EJ2-54114): Health tracker show case sample code updated to angular 11. 2021-12-30 12:49:49 +05:30
.gitignore feature(839998)- Updated the showcase repository configuration 2023-07-31 14:41:19 +05:30
README.md bug(EJ2-54114): Health tracker 404 demo link issue resolved. 2021-12-30 13:12:19 +05:30
angular.json feature(839998)- Updated the showcase repository configuration 2023-07-31 14:41:19 +05:30
config.json feature(839998)- Updated the showcase repository configuration 2023-07-31 14:41:19 +05:30
license Added source for the health tracker showcase sample in angular 2020-03-27 16:48:51 +05:30
package-lock.json build(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.2 2023-10-19 12:51:26 +00:00
package.json feature(839998)- Updated the showcase repository configuration 2023-07-31 14:41:19 +05:30
tsconfig.app.json feature(839998)- Updated the showcase repository configuration 2023-07-31 14:41:19 +05:30
tsconfig.json feature(839998)- Updated the showcase repository configuration 2023-07-31 14:41:19 +05:30
tsconfig.spec.json feature(839998)- Updated the showcase repository configuration 2023-07-31 14:41:19 +05:30

README.md

Essential JS 2 for Angular - Health Tracker

This health tracker demo application showcases using several Essential Angular 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 Angular 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

Essential JS 2 for Angular - Health Tracker

Check all the showcase samples from here.