A quick-start project that helps you bind local and remote data to the Syncfusion Angular Gantt Chart component. In this project, remote data is bound by assigning a service URL as an instance of the Data Manager to the dataSource property. The Data Manager acts as an interface between the service endpoint and the Gantt Chart component. This project also contains code to bind self-referential data to the Gantt Chart.
Documentation: https://ej2.syncfusion.com/angular/documentation/gantt/data-binding
Online examples: https://ej2.syncfusion.com/angular/demos/#/bootstrap5/gantt/local-data
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
To run this application, you need to clone the how-to-bind-data-to-the-angular-gantt-chart repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install command and run your project using the ng serve command.