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

KeyboardShortcutsService not exposed from pack exports

dflor003 opened this issue · comments

Is your feature request related to a problem? Please describe.

I'm trying to use the KeyboardShortcutsService in my code to programmatically register shortcuts outside of a component, but it looks like that service isn't exported.

Describe the solution you'd like

Can you please add it so we don't have to rely on the component to invoke methods such as .add and .remove?

Describe alternatives you've considered

Forking it and getting just that service.

Additional context
Add any other context or screenshots about the feature request here.