Closed wittlock closed 4 years ago
Take a look at changes from my 2 commits in https://github.com/kukjevov/angular2-hotkeys
i did these changes to make it working. I have tested it partially and it looks like it is working, i will test it more later. I tried to do minimal changes to your project.
Ok tested and created pull request https://github.com/brtnshrdr/angular2-hotkeys/pull/113
Ah I didn't see this one... though is this really blocking #110 ?
I have tested angular 9 prerelease version and they have changed something with ngcc
and now it is working with ivy even with current version 2.1.4, which is great, no need to change anything :)
What's the status on this? I'm running Angular v8.2.9, but am unable to get this repo working with it.
Actually, nevermind me. I was able to get it working with v8.2.9 with Ivy enabled by using this in my package.json
:
"angular2-hotkeys": "brtnshrdr/angular2-hotkeys#7a3baca0ddfa4b24ae63dcf09adb559ae232347e",
Version 2.2.0 was just pushed to npm that is Angular 9 and Ivy compatible. Sorry about the delay. Enjoy!
Make the module compatible with Ivy.
See #110 for some details.