1.0.0 #253
| @@ -3,7 +3,7 @@ import { MenuItem } from "primeng/api"; | ||||
| import { BehaviorSubject } from "rxjs"; | ||||
| import { AuthRoles } from "../../models/auth/auth-roles.enum"; | ||||
| import { AuthService } from "../auth/auth.service"; | ||||
| import { TranslateService } from "@ngx-translate/core"; | ||||
| import { LangChangeEvent, TranslateService } from "@ngx-translate/core"; | ||||
| import { NavigationEnd, Router } from "@angular/router"; | ||||
| import { ThemeService } from "../theme/theme.service"; | ||||
| import { Server } from "../../models/data/server.model"; | ||||
| @@ -41,7 +41,7 @@ export class SidebarService { | ||||
|     }); | ||||
|  | ||||
|     this.translateService.onLangChange.subscribe(_ => { | ||||
|       this.setMenu(); | ||||
|       this.setMenu(true); | ||||
|     }); | ||||
|  | ||||
|     this.router.events.subscribe(event => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user