fonction d'appel angulaire toutes les x secondes

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