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, private dialog: MatDialog,
@Inject(DOCUMENT) private document: Document, @Inject(DOCUMENT) private document: Document,
private impersonationStorageService: ImpersonationStorageService, private impersonationStorageService: ImpersonationStorageService,
private locationStrategy: LocationStrategy,
private notificationService: NotificationService, private notificationService: NotificationService,
private route: ActivatedRoute, private route: ActivatedRoute,
private router: Router, private router: Router,
private title: Title, private title: Title,
private tokenStorageService: TokenStorageService, private tokenStorageService: TokenStorageService,
private userService: UserService, private userService: UserService
private locationStrategy: LocationStrategy
) { ) {
this.initializeTheme(); this.initializeTheme();
this.user = undefined; 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 dialog: MatDialog,
private impersonationStorageService: ImpersonationStorageService, private impersonationStorageService: ImpersonationStorageService,
private layoutService: LayoutService, private layoutService: LayoutService,
private locationStrategy: LocationStrategy,
private notificationService: NotificationService, private notificationService: NotificationService,
private router: Router, private router: Router,
private settingsStorageService: SettingsStorageService, private settingsStorageService: SettingsStorageService,
private tokenStorageService: TokenStorageService, private tokenStorageService: TokenStorageService,
private userService: UserService, private userService: UserService
private locationStrategy: LocationStrategy
) { ) {
this.impersonationStorageService this.impersonationStorageService
.onChangeHasImpersonation() .onChangeHasImpersonation()

Loading…
Cancel
Save