You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I have implemented this ngx-ui-loader and set the ngxUiHttpModule for every HTTP request hits and it is working fine. But the issue is on some routes of my project, there are continuously multiple HTTP requests executed, and the loader start for every requests and stops after the response and then again starts for next request which looks awful. So is there any way to show only single loader for all continuous HTTP requests?
Thanks in advance!