Hi,
I am trying to use Metronic 9 with angular. I used the guide how to integrate the assets into the provided demo project: https://github.com/keenthemes/metronic-tailwind-html-integration/tree/main/metronic-tailwind-angular
The project runs, but part of the javascript is not working. Clicking on the avatar top right does nothing. Also the sidebar does not minimize. Part of the javascript code IS running.
It kind of works if I include the files in the index head, but I have to neglect demo1.js
Why isnt this working? I am aware that there is no real angular integration, but your demo code should at least run? Or am I missing something?