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

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.

Definition

Package:@progress/kendo-angular-scheduler

Syntax:

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 {}
In this article
Definition
Not finding the help you need?
Contact Support