fuse-loading-bar is a small component to show the loading status at the top of the page. It can be configured to the Auto Mode to show/hide automatically on each HTTP request. It can also be toggled manually using its service.
Exported as: fuseLoadingBar
Here's the basic usage of the fuse-loading-bar
. We already placed the component to the
layout templates for you but you can always move it!
Name | Description | Default |
---|---|---|
@Input()
autoMode: boolean
|
Turn on or off the Auto Mode. |
true
|
FuseLoadingService
can be injected to control the loading bar from anywhere.
MatProgressBar
component.
determinate
mode.