How to auto refresh data in ionic 3 and angular 4?

Hai, I need help how to auto refresh data from the server in ionic 3 and angular 4?
I get data from the server but I need to update for every 30 seconds once.How can I archive this?

try setTimeout(), sample at: https://forum.ionicframework.com/t/ionic-3-timeout-function/92284

As you want to repeat it, I recommend setInterval:

1 Like