-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Error: Module not found: Error: Can't resolve '@ng-bootstrap/ng-bootstrap' #89
Comments
I'm running into this as well. Also, I have no intent to bring in bootstrap. I'm already using Angular Material and do not want to add another UI framework. Do you think it would be possible to split this library into two separate packages?
In my case, I'm actually not using any of the UI components from |
The HotkeysHelpComponent is optional, but I see the issue. We can do what you suggest, but I'd go with removing the bootstrap dependency in favor of providing a class that implements the needed methods. Do you want to create a PR? |
Hello @NetanelBasal do you know when you'll release a new version including this PR #90 ? |
Hi, if we are already introduces a breaking change maybe you can update to v17? |
Hello, like so #91 ? |
I'm submitting a...
Current behavior
Missing dependency on build.
Expected behavior
Should be able to follow instructions in README.md and get a working installation. No mention of dependencies that need to be manually installed.
Minimal reproduction of the problem with instructions
npm install @ngneat/hotkeys
, add to app module)ng serve
)Additional observations:
@ng-bootstrap/ng-bootstrap
,@popperjs/core
, andbootstrap
to the test app. Without them, this package does not work. Shouldn't these be included in@ngneat/hotkeys
'spackage.json
as at least peerDependencies?node_modules/bootstrap/scss/bootstrap.scss
inangular.json
'sstyles
array.Environment
The text was updated successfully, but these errors were encountered: