From 55ded3b340180a9eaded1721115977e6f6b19fee Mon Sep 17 00:00:00 2001 From: umasoodch Date: Mon, 13 Apr 2020 17:59:33 +0300 Subject: [PATCH] fixed direction issue --- Mohem/src/app/app.component.ts | 2 +- Mohem/src/app/authentication/login/login.component.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Mohem/src/app/app.component.ts b/Mohem/src/app/app.component.ts index 819ae3d9..bfa57d03 100644 --- a/Mohem/src/app/app.component.ts +++ b/Mohem/src/app/app.component.ts @@ -137,7 +137,7 @@ export class AppComponent implements OnInit, AfterViewInit { console.log("this.TeamFlag>>>>>>>>>"+ this.TeamFlag); } private initializeDirection() { - // this.direction = TranslatorService.getCurrentDirection(); + this.direction = TranslatorService.getCurrentDirection(); } private watchUserLoginChangeEvents() { this.events.subscribe( diff --git a/Mohem/src/app/authentication/login/login.component.html b/Mohem/src/app/authentication/login/login.component.html index 2d7c2a05..0237a655 100644 --- a/Mohem/src/app/authentication/login/login.component.html +++ b/Mohem/src/app/authentication/login/login.component.html @@ -35,15 +35,15 @@ -
+