mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-19 14:52:34 +00:00
6 lines
135 B
HTML
6 lines
135 B
HTML
<ng-container *ngIf="show">
|
|
<mat-progress-bar
|
|
[mode]="mode"
|
|
[value]="progress"></mat-progress-bar>
|
|
</ng-container>
|