I was using @julianobrasil/timemask library for formatting the input value in Angular 15, when I updated the application to Angular 16 the library @julianobrasil/timemask is not supported in the updated application.
Is there any other library or way to enter time in an input field with HH:MM format and validation?
I want to find a new way to enter the time in an input field with format HH:MM and also include validation.