Hello,
I have route navigation with two params ''products/:name/:itemName'' how can I get breadcrumb to this route like this product/name
I've tried with Regex but I am getting duplicated Products / productName/ productName
breadcrumbService.addFriendlyNameForRouteRegex('/products/.*', "productName");