Skip to content
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

IE browser issue ERROR ReferenceError: '$' is undefined #86

Open
SAISUDHEERREDDY opened this issue Feb 12, 2020 · 1 comment
Open

IE browser issue ERROR ReferenceError: '$' is undefined #86

SAISUDHEERREDDY opened this issue Feb 12, 2020 · 1 comment

Comments

@SAISUDHEERREDDY
Copy link

ERROR ReferenceError: '$' is undefined this error getting in IE

This mata tag i added in my html how can i fix this error ?
@wluijk
Copy link

wluijk commented Feb 13, 2020

I integrated the dashoard in an existing project and got the same error because i missed the angular.json scripts part where JQuery script is included:

"node_modules/jquery/dist/jquery.js",
"node_modules/popper.js/dist/umd/popper.js",
"node_modules/bootstrap-material-design/dist/js/bootstrap-material-design.min.js",
"node_modules/arrive/src/arrive.js",
"node_modules/moment/moment.js",
"node_modules/perfect-scrollbar/dist/perfect-scrollbar.min.js",
"node_modules/bootstrap-notify/bootstrap-notify.js",
"node_modules/chartist/dist/chartist.js"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants