Skip to content
New issue

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

[usage question] What version to use for Angular 10-15? #1096

Open
5 tasks done
rbirkgit opened this issue Aug 22, 2023 · 1 comment
Open
5 tasks done

[usage question] What version to use for Angular 10-15? #1096

rbirkgit opened this issue Aug 22, 2023 · 1 comment

Comments

@rbirkgit
Copy link

REQUIRED: Before filing a usage question

Change each [ ] to [x] when you have done it.

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

@jmonloop
Copy link

jmonloop commented May 23, 2024

By checking package-lock.json version 4.0.0 is compatible with Angular 15

"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"
      }
    },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants