material-dashboard-angular2 icon indicating copy to clipboard operation
material-dashboard-angular2 copied to clipboard

IE browser issue ERROR ReferenceError: '$' is undefined

Open SAISUDHEERREDDY opened this issue 6 years ago • 1 comments

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

This mata tag i added in my html how can i fix this error ?

SAISUDHEERREDDY avatar Feb 12 '20 07:02 SAISUDHEERREDDY

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"

wluijk avatar Feb 13 '20 21:02 wluijk