RLH-12 | Implement username changing
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
<button
|
||||
type="button"
|
||||
class="m-1 {{classes}}"
|
||||
[disabled]="isDisabled()"
|
||||
(click)="button.click()">
|
||||
{{ button.text }}
|
||||
</button>
|
||||
<ng-container *ngIf="!!button.visible && button.visible()">
|
||||
<button
|
||||
type="button"
|
||||
class="m-1 {{classes}}"
|
||||
[disabled]="isDisabled()"
|
||||
(click)="button.click()">
|
||||
{{ button.text }}
|
||||
</button>
|
||||
</ng-container>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user