New to Kendo UI for Angular? Start a free 30-day trial
TimelineModule
Defines the NgModule
for the Timeline component.
Use this module to add the Timeline component to your NgModule-based Angular application.
typescript
import { TimelineModule } from '@progress/kendo-angular-layout';
import { NgModule } from '@angular/core';
@NgModule({
imports: [TimelineModule]
})
export class AppModule { }