-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning when running ng serve #23
Comments
+1 |
@brtnshrdr WARNING in ./~/angular2-hotkeys/src/services/hotkeys.service.ts |
The warning is because of this issue in angular-cli. The real issue here is that there are *.ts files in the npm package. If those are removed, this warning will go away. I'll work on a PR to solve that. |
Currently, I receive a warning when Angular2-hotkeys is running with ng serve:
I checked hotkey.options and it seems there is nothing wrong with the interface IHotkeyOptions. It is exported successfully.
Maybe one knows what is going wrong here.
The text was updated successfully, but these errors were encountered: