Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
MaarchCourrier
Commits
3ff46637
Commit
3ff46637
authored
Nov 23, 2021
by
Hamza HRAMCHI
Browse files
FIX #18804 TIME 0:10 don't set header title if aboutUs modal's opened
parent
9b130187
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontend/app/about-us.component.ts
View file @
3ff46637
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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment