Open tempurai opened 6 years ago
Also interested, the framework is lightweight and functional. I would like to migrate to Angular v6 soon.
yes
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!
Could be interesting to rename the module to ngx-file-drop at the same time.
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...
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?