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
We have super fast app which still requires slim loading bar. We use this tool, but the requests are finished much faster than slim loading bar shows it.
It happens because there is public interval:number = 500; // in milliseconds
in your code.
Can you please make this parameter configurable? I would like to set 100 milliseconds.
The text was updated successfully, but these errors were encountered:
Hi,
We have super fast app which still requires slim loading bar. We use this tool, but the requests are finished much faster than slim loading bar shows it.
It happens because there is
public interval:number = 500; // in milliseconds
in your code.
Can you please make this parameter configurable? I would like to set 100 milliseconds.
The text was updated successfully, but these errors were encountered: