From 3a99578dc07b3d981ec45f190ddc556d150fffa7 Mon Sep 17 00:00:00 2001 From: VenkateshwaranSaravanakumar <107187632+VenkateshwaranSaravanakumar@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:07:39 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ae893a..05b7ce8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,10 @@ Check out this online example of the Angular Sparkline Chart component: https://ej2.syncfusion.com/angular/demos/#/bootstrap5/sparkline/default ## Project prerequisites -Make sure that you have the compatible versions of [Visual Studio Code](https://code.visualstudio.com/download ) and [NodeJS](https://nodejs.org/en/download) or later version in your machine before starting to work on this project. +Make sure that your machine has the following setup before starting to work on this project. +- Visual Studio Code +- Node.js +-Angular 6+ ## How to run this application To run this application, you need to first clone the `getting-started-with-the-angular-sparkline-chart-component` repository and then open it in Visual Studio Code. Now, simply build and run your project using `npm start` command to view the output. From c8a4c8f600abb2e1bd550545bf7f3fa936761038 Mon Sep 17 00:00:00 2001 From: VenkateshwaranSaravanakumar <107187632+VenkateshwaranSaravanakumar@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:08:39 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05b7ce8..91a1e06 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ https://ej2.syncfusion.com/angular/demos/#/bootstrap5/sparkline/default ## Project prerequisites Make sure that your machine has the following setup before starting to work on this project. -- Visual Studio Code -- Node.js --Angular 6+ +* Visual Studio Code +* Node.js +* Angular 6+ ## How to run this application To run this application, you need to first clone the `getting-started-with-the-angular-sparkline-chart-component` repository and then open it in Visual Studio Code. Now, simply build and run your project using `npm start` command to view the output. From 71b381c0ba2fcdf424cfcd8f950afecb93684fb6 Mon Sep 17 00:00:00 2001 From: VenkateshwaranSaravanakumar <107187632+VenkateshwaranSaravanakumar@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:16:16 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91a1e06..d26f66a 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ https://ej2.syncfusion.com/angular/demos/#/bootstrap5/sparkline/default ## Project prerequisites Make sure that your machine has the following setup before starting to work on this project. -* Visual Studio Code -* Node.js -* Angular 6+ +* [Visual Studio Code](https://code.visualstudio.com/download ) +* [NodeJS](https://nodejs.org/en/download) +* [Angular 6+](https://angularjs.org/) ## How to run this application To run this application, you need to first clone the `getting-started-with-the-angular-sparkline-chart-component` repository and then open it in Visual Studio Code. Now, simply build and run your project using `npm start` command to view the output.