Funkcja wywołania kątowego co x sekund

setInterval(()=> { this.myFunc() }, timeIntevalSeconds * 1000);
Zany Zebra