My Angular app is based on Demo 1 and I would like hide sidebar and show footer.
How can I configure layout elements on Angular ?
Hi Vincent,
Please check the config file:
demo1/src/app/_metronic/layout/core/configs/dark-sidebar.config.ts
Looks for the app.footer.display and app.sidebar.display config, and set to false.
Thanks