showing results for - "angular call function every x seconds"
Romina
19 Jul 2019
1setInterval(()=> { this.myFunc() }, timeIntevalSeconds * 1000);
2