omridevk / ng-keyboard-shortcuts

Dead Simple Keyboard Shortcuts Management for Angular
https://ng-keyboard-shortcuts.vercel.app/
147 stars 34 forks source link

KeyboardShortcutsService not exposed from pack exports #165

Open dflor003 opened 10 months ago

dflor003 commented 10 months ago

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.