angular-drag-n-drop-directive icon indicating copy to clipboard operation
angular-drag-n-drop-directive copied to clipboard

Angular Drag and Drop directive example with uploading progess

Results 12 angular-drag-n-drop-directive issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 8.2.13 to 11.0.5. Changelog Sourced from @​angular/core's changelog. 11.0.5 (2020-12-16) Bug Fixes compiler: handle strings inside bindings that contain binding characters (#39826) (f5aab2b), closes #39601 core: fix...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. Release notes Sourced from ws's releases. 6.2.2 Bug fixes Backported 00c425ec to the 6.x release line (78c676d2). Commits 9bdb580 [dist] 6.2.2 78c676d [security] Fix...

dependencies

I am trying to upload a real file toward a server. I cannot find a way to setup the a configuration with an IP.

Hi Team, I'm using this library for single file and its working fine. But I'm having requirements **add & remove input & file upload fields dynamically**. So this case this...

Hello! How I can restrict the file extension? thanks. kind regards

Shake functionality is not working on either stackblitz or on the github code.

In `dnd.directive.ts` these line throw the error: `Parameter 'evt' implicitly has an 'any' type.` `@HostListener('dragover', ['$event']) onDragOver(evt) {` `@HostListener('dragleave', ['$event']) public onDragLeave(evt) {` `@HostListener('drop', ['$event']) public ondrop(evt) {`

migration to angular version 17+