workspace-ionic-app/src/app/trash/trash.page.html

5 lines
132 B
HTML

<ion-content [fullscreen]="true">
<show-folder title="Trash" [root]="true" [items]="getValues()" ></show-folder>
</ion-content>