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

DatePickerModule

Updated over 1 year ago

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

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

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