0
Hello, I have a problem: I am integrating a template that works on jQuery, css3 and Html5. I added it to node_modules and referenced the scripts in angular.json. The template css is working normally, but no javascript/jquery function is working, anyone can help me?
Referencing :
"scripts": [
"node_modules/altair/bower_components/jquery/dist/jquery.min.js",
"src/assets/assets/js/uikit_htmleditor_custom.js",
"src/assets/bower_components/uikit/uikit.js",
"src/assets/assets/js/common.min.js",
"src/assets/assets/js/uikit_custom.min.js",
"src/assets/assets/js/kendoui_custom.min.js",
"src/assets/assets/js/altair_admin_common.min.js"
]
Read it here: https://answall.com/questions/411207/comort-menu-dropdown-no-angular-com-materialize-css?noredirect=1#comment803260_411207
– LeAndrade
Good afternoon, I already gave a read and tried applying this method, but it didn’t work. Nothing using the template’s main.js file is working....
– Rebonato