New Metronic Docs!Added Integration Docs with Starter Kits Apps for Laravel, Laravel Livewire, Angular, Vue, Symfony, Blazor Server, Django & Flask & more
Browse Docs

Metronic Angular Theme – Missing Files and Navigation Issue


Here’s your merged and polished version of the message:

⸻

I purchased the Metronic theme from ThemeForest, but after downloading the files, I noticed that the Angular folder was missing. I followed the instructions from this guide: Metronic Angular Integration to install the Angular theme. However, the page content is not displaying and navigation between links is not working.

I’ve made sure to follow the same structure and guidelines provided, but the issue persists. Here’s a recording of the problem for reference:
"

Could you please help me resolve this issue?


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)


Hi Talha Ikram

The issue is that your Angular app is missing the core Metronic assets. Here's what you need to do:
Locate Your Metronic Assets: You need to find the dist/assets folder from your purchased Metronic Tailwind HTML package. This should contain:
- css/styles.css (main Metronic styles)
- vendors/keenicons/styles.bundle.css (icon styles)
- js/core.bundle.js (core JavaScript functionality)
- media/ folder (images and other assets)

Copy Assets to Angular App: Copy the contents of dist/assets from your Metronic package into src/assets in your Angular project. This will overwrite the existing empty assets folder.

Update angular.json Configuration: The boilerplate should automatically reference these files, but verify that your angular.json includes the proper styles and scripts arrays.

Restart Development Server: After copying the assets, run npm install and ng serve to restart your development server.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(