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

DateInputModule

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

The package exports:

  • DateInputComponent—The DateInput component.
  • DateInputMessagesComponent—The DateInput custom messages component.
ts
import { DateInputModule } from '@progress/kendo-angular-dateinputs';

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