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
Replies (1)
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