Функция углового вызова каждые x секунд

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