fungsi panggilan sudut setiap x detik

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