How to auto start to countdown timer in ionic

first remove buttons and add function instead and then
add your code in the function given below of your .ts page

ionViewDidLoad() {
    console.log('ionViewDidLoad TimerPage');
<!-- your code -->
  }
2 Likes