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

DatePickerModule

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

typescript
import { DatePickerModule } from '@progress/kendo-angular-dateinputs';

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