Auto Refresh or Polling using RxJS Timer Operator

Sometimes we need auto refresh / polling in our component on some interval. This can be achieved with Timer RxJS operator. But lets do it…