ngx-drag-drop icon indicating copy to clipboard operation
ngx-drag-drop copied to clipboard

How to show empty placeholder

Open sandeepsuvit opened this issue 2 years ago • 1 comments

In my application i would like to display an empty text or placeholder image when the list inside the dropzone is empty. Is there a directive i can use to achieve this?

sandeepsuvit avatar Jul 20 '22 11:07 sandeepsuvit

This can be done by what angular provides e.g. with an *ngIf inside your dropzone. The emptiness of the dropzone should be determined by your application code.

reppners avatar Jul 27 '22 18:07 reppners

@sandeepsuvit you'll find an example in the demo application here

ChristofFritz avatar Dec 15 '22 11:12 ChristofFritz