Hi, we need to remove Metronic stuff from the frontend. Is that possibile? I searched for already asked question, but many users wants to change theme. I found an old answer on SO: https://stackoverflow.com/questions/46497451/aspnetzero-ui-template-change/46498458#46498458 but it links to an old documentation that's no longer available.
Thanks, Agostino
2 Answer(s)
-
0
Hi @area8.tech, it is possible but it will take a huge amount time to migrate all the metronic view components to other view components of your choice.
but it links to an old documentation that's no longer available.
Do you mean the github link?
You can see the changes to upgrade from metronic 5 to 6 in https://github.com/aspnetzero/aspnet-zero-core/pull/2414 the PR above contains angular 8 upgrade as well
-
0
Hi ryancyq, thank you for your reply! I ended up creating a ner angular app from scratch and manually add all the needed packages and components. It was an hard work, but now I have all the necessary .ts files and services and I can work only on html and scss (we use Carbon Design System for this project's frontend).
Thank you again, have a nice day