Guruprasad J Rao
Guruprasad J Rao
Thanks for the information. Could you please let me know if there is any work around for this?
```Console.log(data)``` gives me below from last request and it doesn't change.. ``` carouselWidth:1359 classText:"ngxcarouselujsBTN" currentSlide:2 deviceType:"lg" deviceWidth:1366 dexVal:0 easing:"cubic-bezier(0, 0, 0.2, 1)" isEnd:false isFirst:false isLast:false itemLength:3 itemWidth:1359 itemWidthPer:0 items:1 load:3...
@tiboprea Looks promising. But are you certain that `timeoutService.start()` persists `keepAlive` interval?
@tiboprea Well in my case I have to maintain it since we are using OAuth token system to authorize and we need to get the new token before expiry and...
@HackedByChinese Thanks for the response. I assume that sessionStorage would be ultimate solution here since I do not want the interval to be shared between multiple tabs of same domain...