New to Kendo UI for Angular? Start 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 { }