Module in Angular Gantt component

17 May 20252 minutes to read

The following value providers must be injected to extend the Gantt chart’s functionality.

Module Description
SortService Inject this module to use sorting feature.
FilterService Inject this module to use filtering feature.
ReorderService Inject this module to use reorder feature.
ExcelExportService Inject this module to use excel export feature.
PdfExportService Inject this module to use PDF export feature.
RowDDService Inject this module to use row drag and drop feature.
ResizeService Inject this module to use resize feature.
ToolbarService Inject this module to use toolbar feature.
EditService Inject this module is use editing feature.
SelectionService Inject this module to use selection feature.
DayMarkersService Inject this module to use event markers.
ContextMenuService Inject this module to use context menu feature.
ColumnMenuService Inject this module to use column menu feature.
VirtualScrollService Inject this module to use virtual scroll feature.
CriticalPathService Inject this module to use critical path feature.
UndoRedoService Inject this module to use undo redo feature.

These modules should be injected into the providers section of the root NgModule or a component class.