This sample demonstrate the way to display the total events duration on each day.
To run this application, you need to first clone the How-to-display-the-total-events-duration-on-each-day
repository and then navigate to its appropriate path where it has been located in your system.
To do so, open the command prompt and run the below commands one after the other.
git clone https://github.com/SyncfusionExamples/How-to-display-the-total-events-duration-on-each-day
Once done with downloading, next you need to install the necessary packages required to run this application locally. The npm install
command will install all the needed JS2 packages into your current project and to do so, run the below command.
npm install
Finally, you can now use the below ng
script to run the web application.
ng serve