zefoy / ngx-dropzone-wrapper

Angular wrapper library for Dropzone
MIT License
174 stars 51 forks source link

use [placeholder] with directive? #33

Closed tssutha closed 7 years ago

tssutha commented 7 years ago

is there any way to use placeholder image with dropzone directive ?

sconix commented 7 years ago

Directive just wraps the dropzone library and it does not support placeholder image so answer is no. Of course you can always make placeholder element in your template the same way than the component does it.