ng-keyboard-shortcuts icon indicating copy to clipboard operation
ng-keyboard-shortcuts copied to clipboard

KeyboardShortcutsService not exposed from pack exports

Open dflor003 opened this issue 1 year ago • 0 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.

dflor003 avatar Dec 19 '23 23:12 dflor003