After the last update, the Mobile Menu (hamburger) doesn't open anymore.
Even in your demo so (https://preview.keenthemes.com/metronic8/angular/demo1/dashboard)
Hi Mattia,
Here is the workaround. In the file demo1/src/app/_metronic/layout/layout.component.ts
Please uncomment this part. We have removed it due to some issues. We will fix this as soon as possible.
if (this.appSidebarDefaultDrawerEnabled) {
this.appSidebarDefaultDrawerAttributes = this.layout.getProp(
"app.sidebar.default.drawer.attributes",
config
) as { [attrName: string]: string };
}
Hi Mattia,
Thank you for informing us. We will check it first and look for a solution.
Thanks