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

Breadcrumbs of metronic do not work on Angular.


Breadcrumbs do not work on the latest version of Metronic on Angular, can anyone help?

no kt_header_menu exists in the application, when I look into page-info.service.ts


Text formatting options
Submit

Replies (3)


Hi Bardhyl,

In the file src/app/_metronic/layout/core/page-info.service.ts please update rows 92, 93 for the next lines:

const asideBc = this.calculateBreadcrumbsInMenu("kt_app_sidebar");
const headerBc = this.calculateBreadcrumbsInMenu("kt_app_header_wrapper");


In the file src/app/_metronic/layout/components/toolbar/toolbar.component.ts please update rows 102-105 for the next lines:

this.appPageTitleBreadcrumb = this.layout.getProp(
"app.pageTitle.breadCrumb",
config
) as boolean;



Regards,
Keenthemes support


Your Support Matters!

We will highly appreciate your Metronic Review on Themeforest.
Please go to Themeforest Downloads page, select Metronic & leave your feedback.

Hi,

Thank you for your message, we will investigate it, and will return you back with a fix by the end of the week.

Regards,
Keenthemes support.


Text formatting options
Submit
Text formatting options
Submit