Hello,
I am trying to call a function every half minute in my component. Is there any way of doing that?
Hello,
I am trying to call a function every half minute in my component. Is there any way of doing that?
I would look at either schedulePeriodic or interval.
Or just setInterval if you find that easier.