[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:
Maurizio Vitale
2017-07-06 12:03:57 +01:00
committed by Eugenio Romano
parent 843afdbcc6
commit dac9b21e85
13 changed files with 215 additions and 25 deletions

View File

@@ -125,6 +125,7 @@
ngFor [ngForOf]="[data]"
[ngForTemplate]="noContentTemplate">
</ng-template>
<ng-content select="adf-empty-list"></ng-content>
</td>
</tr>
</ng-container>