We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REQUIRED: Before filing a usage question
Change each [ ] to [x] when you have done it.
[ ]
[x]
[usage question]
ng2-dragula
Use case description (required)
The main readme says to use v2 for angular <= 9 and to use current for angular 16. But what should use use for Angular 10-15?
Can you show a demo, or a picture of what you want to achieve?
Additional context
The text was updated successfully, but these errors were encountered:
By checking package-lock.json version 4.0.0 is compatible with Angular 15
package-lock.json
4.0.0
"node_modules/ng2-dragula": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/ng2-dragula/-/ng2-dragula-4.0.0.tgz", "integrity": "sha512-f6LntgWvh+MQRfDKlS+ZSKx/AFqF9dN7MJi7v/SDMPjj9pYkd8YgiL4uKGEC2Bjcuz13rzJgkJY/7kDj/kTKwg==", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { "@angular/animations": "^15.0.0", "@angular/common": "^15.0.0", "@angular/core": "^15.0.0", "@types/dragula": "^2.1.34", "dragula": "^3.7.2", "rxjs": ">=6.0.0" } },
Sorry, something went wrong.
No branches or pull requests
REQUIRED: Before filing a usage question
Change each
[ ]
to[x]
when you have done it.[usage question]
ng2-dragula
issues, including closed issues.Use case description (required)
The main readme says to use v2 for angular <= 9 and to use current for angular 16. But what should use use for Angular 10-15?
Can you show a demo, or a picture of what you want to achieve?
Additional context
The text was updated successfully, but these errors were encountered: