Lint / prettier
This commit is contained in:
parent
f85bf0d990
commit
9340cda21a
@ -22,7 +22,7 @@
|
||||
<div *ngIf="config.checkboxes.length > 0" class="mt-24 checkboxes-wrapper">
|
||||
<ng-container *ngFor="let checkbox of config.checkboxes">
|
||||
<mat-checkbox [(ngModel)]="checkbox.value" [class.error]="!checkbox.value && showToast" color="primary">
|
||||
{{ checkbox.label | translate: config.translateParams }}
|
||||
{{ checkbox.label | translate : config.translateParams }}
|
||||
</mat-checkbox>
|
||||
<ng-container *ngTemplateOutlet="checkbox.extraContent; context: { data: checkbox.extraContentData }"></ng-container>
|
||||
</ng-container>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
></iqser-round-checkbox>
|
||||
|
||||
<span class="all-caps-label">
|
||||
{{ tableHeaderLabel | translate: { length: totalSize || (listingService.displayedLength$ | async) } }}
|
||||
{{ tableHeaderLabel | translate : { length: totalSize || (listingService.displayedLength$ | async) } }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
@ -6,4 +6,3 @@
|
||||
padding-left: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
<div *ngIf="_user && _user | name: namePipeOptions as userName" class="wrapper">
|
||||
<div *ngIf="_user && _user | name : namePipeOptions as userName" class="wrapper">
|
||||
<div
|
||||
[className]="colorClass + ' oval ' + size + (hasBorder ? ' border' : '')"
|
||||
[matTooltipPosition]="tooltipPosition"
|
||||
[matTooltip]="userName"
|
||||
>
|
||||
{{ _user | name: { showInitials: true } }}
|
||||
{{ _user | name : { showInitials: true } }}
|
||||
</div>
|
||||
|
||||
<div *ngIf="withName" [class.disabled]="disabled" class="clamp-1 username" id="avatarUsername">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user