AnthonyNahas / ngx-long-press2

Angular Library to handle long mouse clicks event for desktop and long touch events for mobile and tablets
https://anthonynahas.github.io/ngx-long-press2/
MIT License
5 stars 3 forks source link

Angular 17 Compatibility #6

Open theblindstagger opened 10 months ago

theblindstagger commented 10 months ago
- [ ] bug report -> please search issues before submitting
- [x] feature request

Will this package be upgraded to support Angular 17? Many thanks.

orl99 commented 6 months ago

Sama question bro

orl99 commented 6 months ago

I made this simple PR, @AnthonyNahas, can you please review and check If this PR an be merged?

orl99 commented 6 months ago

PR: https://github.com/AnthonyNahas/ngx-long-press2/pull/7

i-rme commented 4 months ago

Angular 18 has been released

As a temporal solution, one can just add this overrides section to your package.json

  "overrides": {
    "ngx-long-press2": {
      "@angular/common": "~18.0.1",
      "@angular/core": "~18.0.1"
    }
  }
orl99 commented 3 months ago

is there any plan to officially support new angular versions?