ngx-drag-drop
ngx-drag-drop copied to clipboard
How to show empty placeholder
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?
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.
@sandeepsuvit you'll find an example in the demo application here