-
Notifications
You must be signed in to change notification settings - Fork 12k
Bootstrap with jquery in angular 2 cli webpack #1617
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
Comments
This will be handled by additional entries in the cli config. |
can you elaborate which additional entries needed? |
Its still not working. Getting following error EXCEPTION: Error: Uncaught (in promise): ReferenceError: jQuery is not defined |
I am able to fix this issue by using import-loader as follows |
Issue where this functionality is being tracked: #1717 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
How to include bootstrap with jquery module in angular2 cli with webpack project?
node: 6.2.2
"bootstrap": "^4.0.0-alpha.2"
3.Currently, I am getting following following error
util.js:169Uncaught ReferenceError: jQuery is not defined
util.js is present under bootstrap/dist/js/umd
The text was updated successfully, but these errors were encountered: