Closed Yberion closed 1 year ago
Thank you for Reporting, yes please go ahead with the PR
Released with 7.1.2
Works fine!
I did set zone.js
version in the lib which I think was not a good idea (the versioning on zone.js is different), I will make a PR to solve that or perhaps @arturovt can do that ?
Thank you Brandon, I can do this quickly
That is awesome, thanks a lot Santos!
Describe the bug
Missing
@angular/animations
inpackage.json
from the lib.I think it require to add
"@angular/animation": "^15.0.0"
I tested with
7.0.0
and it works as expected.To Reproduce
Try to use
7.1.1
on a fresh project which use latest Angular version (15.2.7
).Expected behavior
No error when installing the version
7.1.1
.Desktop (please complete the following information):
Additional context
Angular:
15.2.7
carousel:7.1.1
Would you like to open a PR (Support will be provided): [x] Yes [ ] No
cc @santoshyadavdev, I can make a PR to fix the issue.