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

CalendarModule

Required for adding all Calendar features in NgModule-based Angular applications.

The package exports:

  • CellTemplateDirective—The month cell template directive.
  • MonthCellTemplateDirective—The month cell template directive.
  • YearCellTemplateDirective—The year cell template directive.
  • DecadeCellTemplateDirective—The decade cell template directive.
  • CenturyCellTemplateDirective—The century cell template directive.
  • WeekNumberCellTemplateDirective—The month week number cell template directive.
  • HeaderTitleTemplateDirective—The header title template directive.
  • NavigationItemTemplateDirective—The navigation item template directive.
typescript
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { CalendarModule } from '@progress/kendo-angular-dateinputs';

@NgModule({
  imports: [
    BrowserModule,
    CalendarModule
  ]
})
export class AppModule { }
Not finding the help you need?
Contact Support