https://i.sstatic.net/ZhNeM.png
https://i.sstatic.net/kb670.png
I'm looking to update the text displayed inside a button when hovering over it, similar to the examples in these images. I have already implemented the active state, but now I just need to change the text content.
<button
type="submit" class="btn"
*ngFor="let available of availableTime; let i = index"
>
{{ available.value }}
</button>