leewinder / ng2-file-drop

An Angular module for simple desktop file drag and drop with automatic file validation and dynamic style adjustment.
MIT License
28 stars 26 forks source link

Feature request / Support Angular 6 #53

Open tempurai opened 6 years ago

tempurai commented 6 years ago

After some test, angular 6 support can simple done by removing angular 5 dependency in package.json

could you please release a 6.0 version?

mitschmidt commented 6 years ago

Also interested, the framework is lightweight and functional. I would like to migrate to Angular v6 soon.

jan-at-school commented 6 years ago

yes

JoeyDB commented 6 years ago

I'm running Angular 6 and I'm getting the following exception when building my app

node_modules\@angular\core\src\render3\ng_dev_mode.d.ts(9,11): error TS2451: Build:Cannot redeclare block-scoped variable 'ngDevMode'

I can resolve the issue when I delete the folder node_modules\ng2-file-drop\node_modules. Hence, each time "npm install" is been hit by mine buildprocess I need to take care of deleting that folder...

Is there any idea about when the lib supports Angular 6?

Many thanks!

Deams51 commented 6 years ago

Could be interesting to rename the module to ngx-file-drop at the same time.

Alex-Ferreli commented 5 years ago

Someone is working on this issue?

Can i start migrating it for Angular 7 and RxJs 6? But because of the ng2 in the name of package maybe is better to create a new package from scratch...