Timepicker

This is basic Timepicker
Selected time: {{ time | json }}

Spinners

This is Spinners

Meridian

This is Meridian Timepicker

Selected time: {{ time | json }}

Seconds

This is Seconds with the on off

Selected time: {{ time | json }}

Custom steps

This is Custom steps
Selected time: {{ time2 | json }}

Custom validation

Illustrates custom validation, you have to select time between 12:00 and 13:59
Great choice
Select some time during lunchtime
Oh no, it's way too late
It's a bit too early

Selected time: {{ time3 | json }}

Custom time adapter

This timepicker uses a custom Time adapter that lets you use your own model implementation. In this example we are converting from and to an ISO string (with the format HH:mm:ss)

Selected time: {{ time1 }}