Open dereekb opened 2 years ago
I have tried it for Angular 13 and it works for me. Example: https://stackblitz.com/edit/angular-resize-event-playground-angular-13
Ok, and I see the actual package.json has the 12-<15 range for the version too.
Weird, probably something on my end for that test.
I can confirm the same issue. It seems to be complaining about the ng-packager version being 14.0.2 (i.e. built for Angular 14).
We had same issue and had to roll back to ~3.1.1
same issue her with angular 13.x
any update we have on this? Thanks.
I also had to lock to 3.1.1 to get it to work with Angular 13.
My CI ran into a build issue with the 3.2.0 release while running Angular 13.
https://app.circleci.com/pipelines/github/dereekb/dbx-components/1485/workflows/e1bd96fc-97de-494e-93c8-53492750ffd9/jobs/4088/parallel-runs/0/steps/0-110
Don't know if that's intentional or not, since the package.json states only Angular 14, but the release page says
support for Angular 12-14
.I'll be locking the dependency/version to
"angular-resize-event": "~3.1.1"
for now.