Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Metronic Tailwind - Angular Support


Hey there.

As per the documentation, I was trying to prepare a new project with the new update (v9.2.0).

I tried following the next steps:

Import KTUI and Metronic Scripts
Edit angular.json and add the following to the scripts array (under the build options for your project):


"scripts": [
"node_modules/@keenthemes/ktui/dist/ktui.js",
"src/assets/metronic/core/index.js",
"src/assets/metronic/app/layouts/demo1.js"
]


However, in the src/assets/metronic/core folder, there would only be a index.ts and this isn't expected on the angular.json file.

What can I do to resolve the problem?

Thank you and have a great weekend.


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (4)


I’ve seen how focused UI/UX design transforms user experiences by making interfaces intuitive, efficient, and visually best software training institute in kochi appealing. When usability meets creativity, engagement naturally improves. I often stress the importance of research and testing, as understanding user behavior is key to building digital products that feel seamless and genuinely satisfying.



I've got the same problems, do you have an approx when you're updating the angular integration docs @Faizal?



Hi

Sorry for the inconvenience.
We will update and fix the Metronic v9 Angular integration docs as soon as possible.

Thanks



I tried running tsc over the index.ts, build passed, however, more weird errors kicked in:


Watch mode enabled. Watching for file changes...
NOTE: Raw file sizes do not reflect development server per-request transformations.
➜ Local:
➜ press h + enter to show help
✘ [ERROR] Could not resolve "./dropdown"

node_modules/@keenthemes/ktui/src/components/dropdown/index.ts:6:27:
6 │ export { KTDropdown } from "./dropdown";
╵ ~~~~~~~~~~~~


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(