keevo-components 1.5.149 → 1.5.150

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3117,6 +3117,7 @@ class MenuComponent {
3117
3117
  if (event instanceof NavigationEnd) {
3118
3118
  console.log('Evento de navegação:', event);
3119
3119
  const rootRoute = this.route.root;
3120
+ console.log("rootRoute", rootRoute);
3120
3121
  this.breadCrumbItems = this.getBreadcrumbs(rootRoute);
3121
3122
  console.log("breadCrumbItems ->", this.breadCrumbItems);
3122
3123
  }