progress-bar is added
This commit is contained in:
parent
feb398b6d9
commit
f75bd7c2bb
|
@ -4,12 +4,13 @@
|
|||
class="ucap-ui-file-upload-queue-container"
|
||||
>
|
||||
<div
|
||||
fxLayout="row"
|
||||
fxLayout="column"
|
||||
fxFlex="100"
|
||||
fxFlex.gt-xs="50"
|
||||
fxFlex.gt-md="25"
|
||||
*ngFor="let file of uploadFiles"
|
||||
>
|
||||
<div fxLayout="row">
|
||||
<div>
|
||||
<mat-icon>image</mat-icon>
|
||||
</div>
|
||||
|
@ -18,4 +19,8 @@
|
|||
<mat-icon>clear</mat-icon>
|
||||
</div>
|
||||
</div>
|
||||
<div fxLayout="row">
|
||||
<mat-progress-bar mode="determinate" value="40"> </mat-progress-bar>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -7,6 +7,7 @@ import { MatButtonModule } from '@angular/material/button';
|
|||
import { MatCardModule } from '@angular/material/card';
|
||||
import { MatDialogModule } from '@angular/material/dialog';
|
||||
import { MatIconModule } from '@angular/material/icon';
|
||||
import { MatProgressBarModule } from '@angular/material/progress-bar';
|
||||
import { MatSnackBarModule } from '@angular/material/snack-bar';
|
||||
|
||||
import { DragDropModule } from '@angular/cdk/drag-drop';
|
||||
|
@ -57,6 +58,7 @@ const SERVICES = [
|
|||
MatCardModule,
|
||||
MatDialogModule,
|
||||
MatIconModule,
|
||||
MatProgressBarModule,
|
||||
MatSnackBarModule,
|
||||
DragDropModule
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user