I had followed step by step instructions for the Angular integration, and facing many issues.
i get the following errors when I run "ng serve"
I appreciate if you can update the github repo for angular with metronic 9.2.0 least as a baseline.
Application bundle generation failed. [1.552 seconds]
â² [WARNING] All "@import" rules must come first [invalid-@import]
src/assets/metronic/css/styles.css:8:0:
8 â @import "./config.ktui";
âµ ~~~~~~~
This rule cannot come before an "@import" rule
src/assets/metronic/css/styles.css:5:0:
5 â @source '../../dist/assets/vendors/ktui/';
âµ ^
â² [WARNING] All "@import" rules must come first [invalid-@import]
src/assets/metronic/css/styles.css:11:0:
11 â @import '../../node_modules/@keenthemes/ktui/styles.css';
âµ ~~~~~~~
This rule cannot come before an "@import" rule
src/assets/metronic/css/styles.css:5:0:
5 â @source '../../dist/assets/vendors/ktui/';
âµ ^
â² [WARNING] All "@import" rules must come first [invalid-@import]
src/assets/metronic/css/styles.css:14:0:
14 â @import "./components/index";
âµ ~~~~~~~
This rule cannot come before an "@import" rule
src/assets/metronic/css/styles.css:5:0:
5 â @source '../../dist/assets/vendors/ktui/';
âµ ^
â² [WARNING] All "@import" rules must come first [invalid-@import]
src/assets/metronic/css/styles.css:17:0:
17 â @import "./demos/demo1.css";
âµ ~~~~~~~
This rule cannot come before an "@import" rule
src/assets/metronic/css/styles.css:5:0:
5 â @source '../../dist/assets/vendors/ktui/';
âµ ^
â [ERROR] Could not resolve "tailwindcss"
src/assets/metronic/css/styles.css:2:8:
2 â @import 'tailwindcss';
âµ ~~~~~~~~~~~~~
You can mark the path "tailwindcss" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.
â [ERROR] Could not resolve "node_modules/@keenthemes/ktui/dist/ktui.js" [plugin angular-script-global]
Watch mode enabled. Watching for file changes...
Having the same issues, hoping for a soon update