Html – how can I change the text inside the button when I make hover on it in angular
I need to change the text inside the button when I make hover on it like these photos, I already did the active but, I need only change the text. <button type="submit"class="btn" *ngFor="let available of availableTime; let i = index"…