omridevk / ng-keyboard-shortcuts

Dead Simple Keyboard Shortcuts Management for Angular

Home Page:https://ng-keyboard-shortcuts.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatibility with angular 9

yarres opened this issue · comments

I tested to update an application to angular 9 via ng update @angular/cli @angular/core, turns out it's impossible. Here's the error message :
Package "ng-keyboard-shortcuts" has an incompatible peer dependency to "zone.js" (requires "^0.9.1", would install "0.10.2").

I have no idea if the compatibility to angular 9 of your package is trivial or complex but that feature would be really useful very soon.

Thanks in advance, and thanks for your work on this package.

commented

I have a task to support angular 9, hopefully i will release a version this weekend, sorry for the inconvenience.
And thank you very much for reporting the issue.
Will update this ticket once a fix is released.

Just add --force to update. This library works fine in Angular 9

Thanks for your very prompt answer, it's appreciated.

commented

yes, the issue is just with the dependencies, I am will add depdenpot soon so these sort of problems will go away.
thanks @jnfaerch for the good advise!

commented

the library itself does not use any of angular features with breaking changes in angular 9.

commented

fixed