Browse Source

Updated changes as per alphabetical order

pull/3828/head
Madhab Sahoo 11 months ago
committed by Thomas Kaul
parent
commit
931bff0c24
  1. 4
      apps/client/src/app/app.component.ts
  2. 4
      apps/client/src/app/components/header/header.component.ts

4
apps/client/src/app/app.component.ts

@ -91,13 +91,13 @@ export class AppComponent implements OnDestroy, OnInit {
private dialog: MatDialog,
@Inject(DOCUMENT) private document: Document,
private impersonationStorageService: ImpersonationStorageService,
private locationStrategy: LocationStrategy,
private notificationService: NotificationService,
private route: ActivatedRoute,
private router: Router,
private title: Title,
private tokenStorageService: TokenStorageService,
private userService: UserService,
private locationStrategy: LocationStrategy
private userService: UserService
) {
this.initializeTheme();
this.user = undefined;

4
apps/client/src/app/components/header/header.component.ts

@ -97,12 +97,12 @@ export class HeaderComponent implements OnChanges {
private dialog: MatDialog,
private impersonationStorageService: ImpersonationStorageService,
private layoutService: LayoutService,
private locationStrategy: LocationStrategy,
private notificationService: NotificationService,
private router: Router,
private settingsStorageService: SettingsStorageService,
private tokenStorageService: TokenStorageService,
private userService: UserService,
private locationStrategy: LocationStrategy
private userService: UserService
) {
this.impersonationStorageService
.onChangeHasImpersonation()

Loading…
Cancel
Save