Hello,
I just tried to set up the https://keenthemes.com/products/ceres-html-pro theme into an Angular project. I built the yarn and gulp files, and then I copied and pasted the assets into my Angular project.
Here, I have two issues:
1. Angular and the theme assets are found, but I get this error: Uncaught TypeError: Cannot read properties of undefined (reading 'on') which says that KTThemeMode cannot be found in js line: "KTThemeMode.on("kt.thememode.change", function()".
2. Since I copied and pasted the whole theme assets, I ended up with 2000+ new files in my hit repo. How can I filter only the assets I need without taking them one by one? Is there a cdn I could use?
Please let me know, guys, what am I doing wrong. Thank you!