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

Angular 11 file and folder drop library

Results 37 ngx-file-drop issues
Sort by recently updated
recently updated
newest added

I'm testing actually using the DEMO in Angular 15 Generally the drop zone accept when dropping any **format**, **folder** and **multiples** regardless whats configured. But when `showBrowseBtn` is enabled then...

I get this error when running the project with angular version 12. this the message SyntaxError: E:\projects\angular\Artintech\QualiPax-Angular\node_modules\ngx-file-drop\fesm2022\ngx-file-drop.mjs: Support for the experimental syntax 'classStaticBlock' isn't currently enabled and I will attach...

Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 Release notes Sourced from cookie's releases. 0.7.1 Fixed Allow leading dot for domain...

dependencies

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) to 5.2.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `webpack-dev-server` from 5.2.0 to 5.2.1 Release notes Sourced from webpack-dev-server's releases. v5.2.1 5.2.1...

dependencies
javascript

Current version is not compatible with Angular 19 since components are currently missing standalone -flag. ``` @Component({ standalone: false }) ``` It's causing that test cases are failing with following...

This PR update the ngx-file-drop project from Angular 16 to Angular 19. The upgrade was performed using `ng update`, after this, I ran some schematics to ensure compatibility. **Changes:** -...