How to auto start to countdown timer in ionic

ngOnInit() {
    this.initTimer();
    this. startTimer();
  }
1 Like