|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
<div id="file-upload-dialog">
|
|
|
|
|
<h1 mat-dialog-title align="center">Upload a new Profile Picture!</h1>
|
|
|
|
|
<h1 mat-dialog-title align="center">Upload a new profile picture!</h1>
|
|
|
|
|
<div class="uploadDialogContent" mat-dialog-content>
|
|
|
|
|
<input style="display: none" id="input-file" type="file" accept="image/*" (change)="onFileInputChange($event)" #name>
|
|
|
|
|
<label for="input-file" class="mat-button mat-raised-button mat-primary">Choose File</label>
|
|
|
|
|