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

KENDO_SCHEDULER

Utility array that contains all @progress/kendo-angular-scheduler-related components and directives.

Use the KENDO_SCHEDULER array to import all Scheduler features in your Angular application.

ts
import { KENDO_SCHEDULER } from '@progress/kendo-angular-scheduler';

@Component({
  standalone: true,
  imports: [KENDO_SCHEDULER],
  template: `
     <kendo-scheduler [kendoSchedulerBinding]="events">
         <kendo-scheduler-day-view></kendo-scheduler-day-view>
     </kendo-scheduler>
  `
})
export class AppComponent {}
Not finding the help you need?
Contact Support