Skip to content
Snippets Groups Projects
Commit 9b3b7ed3 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

Merge branch 'fix/18804/21.03' into '21.03'

[18804] Changement du titre de la page après l'ouverture de la modale ' A propos de Maarch Courrier '

See merge request maarch/MaarchCourrier!492
parents 537f4038 428ec911
No related branches found
No related tags found
No related merge requests found
import { Component, OnInit } from '@angular/core';
import { TranslateService } from '@ngx-translate/core';
import { HeaderService } from '@service/header.service';
import { AppService } from '@service/app.service';
import { environment } from '../environments/environment';
import { catchError, tap } from 'rxjs/operators';
......@@ -29,7 +28,6 @@ export class AboutUsComponent implements OnInit {
public translate: TranslateService,
public http: HttpClient,
private notify: NotificationService,
private headerService: HeaderService,
public appService: AppService,
public dialogRef: MatDialogRef<AboutUsComponent>,
iconReg: MatIconRegistry,
......@@ -39,8 +37,6 @@ export class AboutUsComponent implements OnInit {
}
async ngOnInit() {
this.headerService.setHeader(this.translate.instant('lang.aboutUs'));
this.applicationVersion = environment.VERSION;
this.currentYear = new Date().getFullYear();
this.loading = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment