Paul
Paul
Made a `MatFormField`-compatible file input [here](https://github.com/hackingharold/ngx-dropzone) with the same `cdk` and `material` implementation pattern. So you're also free to apply your own styling.
Hey there, thanks for your contribution. You are free to add any custom validators to your implementation as described in the readme. For now, I want to keep the library...
Hi @alexandis, thanks for your feedback. Does the performance decrease while dragging the files over the component or after dropping them? There is a very limited amount of events being...
I see. If you check the `onDrop` method, you see that the files are extracted from the dropped contents. If a directory is dropped, it is recursively expanded to find...