ngx-pipes icon indicating copy to clipboard operation
ngx-pipes copied to clipboard

v 3.1.0 is not compatible with angular 13

Open X4V1 opened this issue 3 years ago • 2 comments

I'm submitting a ... (check one with "x")

[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
  • Ngx-pipes version: 3.1.0

Angular 13 is not supported from the version 3.1.0 of ngx pipes. In the changelog of the version 3.0.0 it states that the v3 is compatible with angular 13+ which is not the case.

  "peerDependencies": {
    "@angular/core": "^14.0.0"
  },

X4V1 avatar Jul 20 '22 12:07 X4V1

I'm seeing the same exact thing. I'm migrating to Angular 13 (possibly on my way to Angular 14), and I cannot find a ngx-pipes version that supports Angular 13. I chuckled, but others might be in a worse predicament than I am in.

SimonStiph avatar Aug 13 '22 22:08 SimonStiph

you could use Ngx-pipes version 3.0.0 for v13 support. Unfortunately a breaking for v14 introduced in v3.1.0 instead of a new major upgrade.

danrevah avatar Aug 14 '22 08:08 danrevah