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

5 lines
164 B
HTML

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