I use kendo-timepicker with angular 5. I need to set the time interval dynamically based on the value chosen in the drop down. By default, interval is set to 1 minute.
If I select 15 minutes in the drop down, then kendo-timepicker interval should be like 15,30,45
You can change the interval of the of the
kendo-timepicker
component by utilizing thesteps
input. (Docs)The
steps
input allows you to customize the steps forby assigning an object.
Example
It's also possible to change the interval of e.g. the minute value by linking it to a variable. (Demo)