ps-toolkit-ui 0.0.77 → 0.0.78

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.
@@ -2142,7 +2142,11 @@
2142
2142
  });
2143
2143
  }
2144
2144
  SidebarComponent.prototype.setActive = function () {
2145
+ console.log(11111111);
2146
+ console.log(this.router.routerState);
2145
2147
  var active = HelperClass.getData('active', this.router.routerState, this.router.routerState.root)[0];
2148
+ console.log(active);
2149
+ console.log(this.getSidebarActive(this.sidebar, active));
2146
2150
  this.currentSidebar = this.getSidebarActive(this.sidebar, active);
2147
2151
  };
2148
2152
  SidebarComponent.prototype.ngOnInit = function () {