Closed gebs closed 1 year ago
We're using Angular 14 with Tippy 6.0.0 and it works. Try to remove your node modules or cache and try again.
I get the same TS2707 error as reported by @gebs when attempting to install @ngneat/helipopper@6.3.0
in our Angular 14.2.7 project, even after deleting node_modules
and package-lock.json
and then performing a fresh npm install
.
Installing and configuring ngneat/helipopper@5.1.4
works without error.
You're right. I'm fixing the changelog
I'm submitting a...
Current behavior
The Changelog.md lists upgrade to Angular 14 in the Breaking Changes Section for Version 6.0.0. But the referenced PR shows an Update to Version 15 e040211. The Problem being that Version 6.0.0 does not seem to work with Angular 14. Following error during build:
Expected behavior
The Changelog.md should show the dependency to Angular 15 (and not Angular 14) for Version 6.0.0.