@nettyapps/ntybase 0.1.7 → 0.1.9

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.
@@ -2865,7 +2865,7 @@ class LeftSidenav {
2865
2865
  this.loadUserInfo();
2866
2866
  }
2867
2867
  ngOnInit() {
2868
- this.menuService.setMenuName('');
2868
+ this.menuService.setMenuName(this.environmentProxy.getApplicationName());
2869
2869
  }
2870
2870
  ngAfterViewInit() {
2871
2871
  setTimeout(() => {