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
It would be really useful to separate the progress bar into its own service method so it can be started individually without the need to display a foreground or background loader as well as with the http/router modules. An example use case would be with NgxUiLoaderHttpModule and NgxUiLoaderRouterModule where we usually want to show only the top progress bar indicator of the progress without blocking the UI.
Congrats for the awesome work that has been done so far on this library!
The text was updated successfully, but these errors were encountered:
It seems there's no way at the moment to use the progress bar without the foreground loader:
ngx-ui-loader/projects/ngx-ui-loader/src/lib/core/ngx-ui-loader.component.html
Line 9 in a9fc823
It would be really useful to separate the progress bar into its own service method so it can be started individually without the need to display a foreground or background loader as well as with the http/router modules. An example use case would be with NgxUiLoaderHttpModule and NgxUiLoaderRouterModule where we usually want to show only the top progress bar indicator of the progress without blocking the UI.
Congrats for the awesome work that has been done so far on this library!
The text was updated successfully, but these errors were encountered: