reppners / ngx-drag-drop

Angular directives using the native HTML Drag And Drop API
https://reppners.github.io/ngx-drag-drop/
BSD 3-Clause "New" or "Revised" License
311 stars 121 forks source link

Upgrading to angular 8 #68

Closed hijazikaram closed 2 years ago

hijazikaram commented 5 years ago

After upgrading my codebase to Angular 8, started getting an error "Property 'querySelector' does not exist on type 'EventTarget". Is it because the module yet doesnt support Angular 8?

const dragImage = event.srcElement.querySelector('.nav-item.marker');

reppners commented 5 years ago

Hi and thanks for reporting. I have not yet tried it with Angular v8 but the error message suggests it's either a change in Angular or TypeScript causing this.

hijazikaram commented 5 years ago

Hi and thanks for reporting. I have not yet tried it with Angular v8 but the error message suggests it's either a change in Angular or TypeScript causing this.

Ya, im using the latest version of angular with version typescript of 3.4.5

hijazikaram commented 5 years ago

@reppners Any news on this?

reppners commented 5 years ago

@hijazikaram Had no time for open source work because of day job and family. I'll try to look into it at the weekend.

hijazikaram commented 5 years ago

@reppners Thank you for very much!

muuvmuuv commented 4 years ago

Should be renamed to NG9 ^^

dhrn commented 4 years ago

soon we can rename to NG10 :smile:

reppners commented 2 years ago

Will be jumping directly to v13