Winkelaufruffunktion alle x Sekunden

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