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
300 stars 119 forks source link

error trying to run #8

Closed hamdiwanis closed 6 years ago

hamdiwanis commented 6 years ago
ERROR in ../node_modules/ngx-drag-drop/dnd-draggable.directive.d.ts(1,53): error TS2307: Cannot find module '@angular/core'.
../node_modules/ngx-drag-drop/dnd-dropzone.directive.d.ts(1,68): error TS2307: Cannot find module '@angular/core'.
reppners commented 6 years ago

Seems like an issue in your project setup. Never seen this error in projects where I use this package with the angular/cli. How is it included in your project?

reppners commented 6 years ago

Closing due to inactivity. Feel free to provide more info and I'm happy reopen this and help resolve your issue 👍