mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3067] App-list Empty State. (#3432)
This commit is contained in:
committed by
Maurizio Vitale
parent
302091d338
commit
508308113c
@@ -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>
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user