this.interval = setInterval(() => { this.currentTime = this.currentTime + 10; console.log(this.currentTime); }, 1000);