brtnshrdr / angular2-hotkeys

Keyboard shortcuts for Angular 2 apps
MIT License
203 stars 95 forks source link

13.2.0 not working properly #165

Closed calvinturbo closed 1 year ago

calvinturbo commented 1 year ago

./src/app/app.module.ts:18:0-48 - Error: Module not found: Error: Can't resolve 'angular2-hotkeys' in '/builds/sendnow/sendnow-angular-frontend/src/app'

import {HotkeyModule} from 'angular2-hotkeys';

doesn't work anymore, it is not able to import it

Coffee-Tea commented 1 year ago

Weird, we will review it one day, please use 13.1.0 for now. It is a stable one.

calvinturbo commented 1 year ago

Yeah, I hadn't even upgraded yet, just by pushing a new build of my app it automatically switched to the newer package version. Have locked it to 13.1.0 for now

Coffee-Tea commented 1 year ago

Thanks for letting us know 👍

Coffee-Tea commented 1 year ago

@calvinturbo v13.3.0 is published to NPM and should be fine.