Lint / prettier

This commit is contained in:
Adina Țeudan 2022-12-21 13:36:00 +02:00
parent f85bf0d990
commit 9340cda21a
4 changed files with 4 additions and 5 deletions

View File

@ -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>

View File

@ -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>

View File

@ -6,4 +6,3 @@
padding-left: 30px;
}
}

View File

@ -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">