You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If applicable, add screenshots to help explain your problem.
Versions (required)
Please state which versions of the following packages you have installed:
@angular/core: [15.2.9]
ng2-dragula: [5.0.1]
Maybe latest ng2-dragula is not compatible with Angular 15? It is hard to tell from readme which version to use. It says to use v2 for Ang <= 9 and to use current for ang 16, but not mentioning what to use for other versions of angular.
The text was updated successfully, but these errors were encountered:
REQUIRED: Before filing a bug report
Change each
[ ]
to[x]
when you have done it.[bug report]
ng2-dragula
issues for related problems, including closed issues.ng2-dragula
.Describe the bug (required)
I am using:
Get typescript error of types not matching and cannot compile.
To Reproduce (required)
Install ng2-dragula
5.0.1
, open the filedragula.directive.d.ts
and in my editor I see typescript error. Also same error when building:Looking in Angular Corr I see the type should be:
This does not match what ng2-dragula tries to use:
Screenshots (optional)
If applicable, add screenshots to help explain your problem.
Versions (required)
Please state which versions of the following packages you have installed:
@angular/core
: [15.2.9]ng2-dragula
: [5.0.1]Maybe latest ng2-dragula is not compatible with Angular 15? It is hard to tell from readme which version to use. It says to use v2 for Ang <= 9 and to use current for ang 16, but not mentioning what to use for other versions of angular.
The text was updated successfully, but these errors were encountered: