creativetimofficial / material-dashboard-angular2

Material Dashboard Angular
https://demos.creative-tim.com/material-dashboard-angular2/
MIT License
1.01k stars 2.08k forks source link

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

Open SAISUDHEERREDDY opened 4 years ago

SAISUDHEERREDDY commented 4 years ago

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

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

wluijk commented 4 years ago

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"