Set a minute range in an input time HTML5
I have an Angular project, where one of the components have an input time like: <div class="start"> <p>Inicio:</p> <input type="time" class="form-control"/> </div> It is possible to set a range in the minutes of the input? I mean, when I have…