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

This commit is contained in:
camorra-skk
2018-06-06 14:24:43 +05:30
committed by Maurizio Vitale
parent 302091d338
commit 508308113c
7 changed files with 29 additions and 27 deletions

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>
```