Closed hijazikaram closed 2 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.
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
@reppners Any news on this?
@hijazikaram Had no time for open source work because of day job and family. I'll try to look into it at the weekend.
@reppners Thank you for very much!
Should be renamed to NG9 ^^
soon we can rename to NG10 :smile:
Will be jumping directly to v13
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');