Yes, the title is right. This article should have been posted a half year ago. Why? It's a legendary issue on github for Angular material.
The new timepicker component was introduced in Angular 19. So many people were waiting it and finally got it. There are still timepickers from the community and from me as well :)
By this article I'd like to say thank you to @crisbeto and angular material team for the new timepicker for sure and especially for mention my timepicker library as an alternative. I'm really appreciate and proud of it. It means my efforts have been noticed and have not been in vain.
If you still don't understand what I'm talking about, check this out. ;) I tried to make timepicker as much close as possible to material spec. Maybe it's not ideal but nevertheless.
Feel free to use it, create an issue or give a star.
Top comments (2)
It's awesome your timepicker got a shoutout by the Angular Material team, you deserve to feel proud! Was there any tricky part of matching the material spec you wish someone had warned you about?
Thank you! I guess the main difficulty is to transfer spec for mobile to web (mostly sizes). Colors weren't a big problem. Anyway, there are some things that I did my own vision (don't remember them 😅). I'd say the trickiest part is an implementation the dials and especially disable values for 12h format.