Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

Skeleton app for angular


Hi,

I bought a Metronic licence and I dowload the zip file, and I want the angular app how can I get a skeleton app without all the demo pages?

If do you not have a skeleton, can I have a guide, who explain what I need to implement in my app.
The main ideia is to apply the metronics layout in an existing angular app.

Regards,
Paulo


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 (3)


If you're looking for a Metronic skeleton app without all the demo pages, you can start by downloading the Metronic Angular version and stripping away unnecessary components, keeping only the core layout and structure. The best approach is to check the official documentation for layout integration steps and modify your existing Angular app accordingly. If no skeleton is available, you can manually extract the essential layout components (header, sidebar, and theme settings) and integrate them into your app module. For additional resources and community discussions on Angular and UI integrations, you can explore platforms like MemesAPK.net, where developers often share guides and tips.



A skeleton app for Angular serves as a basic template or starting point to quickly set up an Angular project with the essential structure and components. It helps developers jumpstart their application development by providing the necessary files, folder organization, and configuration for efficient project setup. For instance, if you're creating an app to showcase external apps like GB WhatsApp download, the skeleton app can include components like header, footer, and a dynamic content area to display information, making it easier to integrate additional features such as app download buttons or privacy notices.



Hi Paulo Lopes,

We do not have a complete plain skeleton for Angular. You can use existing Metronic Angular as a starter kit. It does not have many demos pages. And you can easily remove it.

You can remove the unused page modules from this file:
/src/app/_metronic/layout/layout.module.ts

Also, the demo pages can be removed from here:
/src/app/pages
/src/app/modules

Thanks


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  :(