[AAE-26767] - Fixed lint

This commit is contained in:
VitoAlbano 2025-01-16 18:05:45 +00:00 committed by Vito Albano
parent 665cc9e201
commit 46ff46c7f4
5 changed files with 5 additions and 5 deletions

View File

@ -3,6 +3,6 @@
<div #container></div>
</mat-card-content>
<mat-card-actions align="end">
<ng-content select="[buttons]"></ng-content>
<ng-content select="[buttons]" />
</mat-card-actions>
</mat-card>

View File

@ -35,8 +35,7 @@
(taskCompleted)="onCompleteTask()"
(taskSaved)="onFormSaved()"
>
<ng-template [ngTemplateOutlet]="taskFormCloudButtons" buttons>
</ng-template>
<ng-template [ngTemplateOutlet]="taskFormCloudButtons" buttons />
</adf-cloud-task-screen>
</ng-container>

View File

@ -299,6 +299,7 @@ export abstract class BaseTaskListCloudComponent<T = unknown>
/**
* Resets the pagination values and
* Reloads the task list
*
* @param pagination Pagination values to be set
*/
updatePagination(pagination: PaginationModel) {

View File

@ -42,7 +42,7 @@
icon="assignment"
[title]="'ADF_CLOUD_TASK_LIST.LIST.MESSAGES.TITLE' | translate"
[subtitle]="'ADF_CLOUD_TASK_LIST.LIST.MESSAGES.SUBTITLE' | translate" />
<ng-content select="adf-custom-empty-content-template"></ng-content>
<ng-content select="adf-custom-empty-content-template" />
</ng-template>
</adf-no-content-template>

View File

@ -42,7 +42,7 @@
icon="assignment"
[title]="'ADF_CLOUD_TASK_LIST.LIST.MESSAGES.TITLE' | translate"
[subtitle]="'ADF_CLOUD_TASK_LIST.LIST.MESSAGES.SUBTITLE' | translate" />
<ng-content select="adf-custom-empty-content-template"></ng-content>
<ng-content select="adf-custom-empty-content-template" />
</ng-template>
</adf-no-content-template>