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

TimePickerModule

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

typescript
import { NgModule } from '@angular/core';
import { TimePickerModule } from '@progress/kendo-angular-dateinputs';

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