I'm using Angular's Material timepicker, and I want to set the initial displayed time to something like 9:00 instead of the default 00:00. How can I achieve this without having to set a default value to the control itself?
PS.: I don't want to hide the other values, I just want the dropdown to open at the 9:00 option by default.