mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-970] Create a new Empty list component for the datatable (#2045)
* Create a new empty list component Share the component between attachment list and document list Add unit test Add basic documentation * Use the adf empty list also in the process attachment component * Fix unit test * delete wrong file
This commit is contained in:
committed by
Eugenio Romano
parent
843afdbcc6
commit
dac9b21e85
@@ -125,6 +125,7 @@
|
||||
ngFor [ngForOf]="[data]"
|
||||
[ngForTemplate]="noContentTemplate">
|
||||
</ng-template>
|
||||
<ng-content select="adf-empty-list"></ng-content>
|
||||
</td>
|
||||
</tr>
|
||||
</ng-container>
|
||||
|
Reference in New Issue
Block a user