blob: f1680e385a029443f4cbe1a8d8cc3a93de84b679 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<ng-container *ngIf="userActions.length !== 0">
<my-user-ban-modal #userBanModal (userBanned)="onUserBanned()"></my-user-ban-modal>
<my-action-dropdown
[actions]="userActions" [entry]="{ user: user, account: account }"
[buttonSize]="buttonSize" [placement]="placement" [label]="label"
[container]="container" [buttonStyled]="buttonStyled"
></my-action-dropdown>
</ng-container>
|