[ADF-3067] App-list Empty State. (#3432)

This commit is contained in:
camorra-skk
2018-06-06 09:54:43 +01:00
committed by Maurizio Vitale
parent 302091d338
commit 508308113c
7 changed files with 29 additions and 27 deletions
+3 -3
View File
@@ -24,9 +24,9 @@ If we intend to show a custom template if there are no apps present
```html
<adf-apps
[layoutType]="'GRID'">
<adf-empty-list>
<div adf-empty-list-header class="adf-empty-list-header">No apps present</div>
</adf-empty-list>
<adf-empty-custom-content>
No Apps present
</adf-empty-custom-content>
</adf-apps>
```