New to Kendo UI for AngularStart a free 30-day trial

Represents the NgModule definition for the Gantt component.

Use this module to include the Gantt component in your NgModule-based application.

Definition

Package:@progress/kendo-angular-gantt

Syntax:

TS
import { GanttModule } from '@progress/kendo-angular-gantt';
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppComponent } from './app.component';

@NgModule({
  declarations: [AppComponent],
  imports: [BrowserModule, GanttModule],
  bootstrap: [AppComponent]
})
export class AppModule {}
In this article
Definition
Not finding the help you need?
Contact Support