Spaces:
Running
Running
Update flare-ui/src/app/components/user-info/user-info.component.html
Browse files
flare-ui/src/app/components/user-info/user-info.component.html
CHANGED
@@ -72,6 +72,8 @@
|
|
72 |
<button mat-raised-button color="primary"
|
73 |
type="submit"
|
74 |
[disabled]="!isFormValid || saving">
|
|
|
|
|
75 |
{{ saving ? 'Saving...' : 'Change Password' }}
|
76 |
</button>
|
77 |
</div>
|
|
|
72 |
<button mat-raised-button color="primary"
|
73 |
type="submit"
|
74 |
[disabled]="!isFormValid || saving">
|
75 |
+
<mat-icon *ngIf="!saving">save</mat-icon>
|
76 |
+
<mat-spinner *ngIf="saving" diameter="20"></mat-spinner>
|
77 |
{{ saving ? 'Saving...' : 'Change Password' }}
|
78 |
</button>
|
79 |
</div>
|