mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
[AAE-26767] - Fixed lint
This commit is contained in:
parent
665cc9e201
commit
46ff46c7f4
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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) {
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user