mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-02-06 09:40:56 +00:00
(LoadingBarService) Removed due to the new progress bar service Added documentation for the FuseProgressBar
6 lines
164 B
HTML
6 lines
164 B
HTML
<ng-container *ngIf="visible">
|
|
|
|
<mat-progress-bar color="accent" [bufferValue]="bufferValue" [mode]="mode" [value]="value"></mat-progress-bar>
|
|
|
|
</ng-container>
|