Calling API every 2 seconds increases browser resources using rxjs in Angular
I need to show updated data on this particular page without refreshing. I am using rxjs
method to call data every 2 seconds. It’s working Great.
I need to show updated data on this particular page without refreshing. I am using rxjs
method to call data every 2 seconds. It’s working Great.