Demo application for track and visualize stock price of any company over a specific period using charting and range tools.
Перейти к файлу
dependabot[bot] a89c2ef738
build(deps): bump ms and browser-sync
Bumps [ms](https://github.com/vercel/ms) to 2.0.0 and updates ancestor dependency [browser-sync](https://github.com/BrowserSync/browser-sync). These dependencies need to be updated together.


Updates `ms` from 0.7.1 to 2.0.0
- [Release notes](https://github.com/vercel/ms/releases)
- [Commits](https://github.com/vercel/ms/compare/0.7.1...2.0.0)

Updates `browser-sync` from 2.11.2 to 2.29.3
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/changelog.js)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.11.2...v2.29.3)

---
updated-dependencies:
- dependency-name: ms
  dependency-type: indirect
- dependency-name: browser-sync
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 11:19:23 +00:00
src config(EJ2-9641): Added Stock chart sample. 2018-07-23 12:35:12 +05:30
.angular-cli.json config(EJ2-9641): Added Stock chart sample. 2018-07-23 12:35:12 +05:30
.gitignore config(EJ2-9641): Added Stock chart sample. 2018-07-23 12:35:12 +05:30
README.md config(EJ2-9641): Added Stock chart sample. 2018-07-23 12:35:12 +05:30
license config(EJ2-9641): Added Stock chart sample. 2018-07-23 12:35:12 +05:30
package-lock.json build(deps): bump ms and browser-sync 2024-10-07 11:19:23 +00:00
package.json build(deps): bump ms and browser-sync 2024-10-07 11:19:23 +00:00
tsconfig-aot.json config(EJ2-9641): Added Stock chart sample. 2018-07-23 12:35:12 +05:30
tsconfig.json config(EJ2-9641): Added Stock chart sample. 2018-07-23 12:35:12 +05:30

README.md

Essential JS 2 for Angular - Stock Chart

This Stock Chart demo application showcases the usage of Chart and Range Navigator in a real world application scenario. You can use this application to track and visualize stock price of any company over a specific period using charting and range tools

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/stockchart/

Check all the showcase samples from here.