Hy, so I am trying to programm a progress bar to update every 5 seconds. I am using clarity and angular cli.
My html code looks like this:
Progress Bar<div class="progress demo">
<progress max="100" value="0" data-displayval="0%"></progress>
</div>
i used jquery until now, but for this project I need to use Angular and I basically have no idea how to make it work. I would be really thankful for your answers!