A quick start Angular project that helps you export an Angular Gantt Chart component of Syncfusion to the PDF and Excel formats. This project also contains a code snippet to customize the documents before exporting it.
Documentation:
Refer to the following link to know about exporting Gantt chart as PDF: https://ej2.syncfusion.com/angular/documentation/gantt/pdf-export/
Refer to the following link to know about exporting Gantt chart to Excel: https://ej2.syncfusion.com/angular/documentation/gantt/excel-export/
Online examples: https://ej2.syncfusion.com/angular/demos/#/bootstrap5/gantt/exporting
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 exporting-angular-gantt-chart-with-complete-customization 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.