ngx-pipes
ngx-pipes copied to clipboard
v 3.1.0 is not compatible with angular 13
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"
},
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.
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.