diff --git a/Mohem/src/app/app-routing.module.ts b/Mohem/src/app/app-routing.module.ts
index c2bbba01..9fabe5a8 100644
--- a/Mohem/src/app/app-routing.module.ts
+++ b/Mohem/src/app/app-routing.module.ts
@@ -1,38 +1,39 @@
-import { NgModule } from '@angular/core';
-import { PreloadAllModules, RouterModule, Routes } from '@angular/router';
+import { NgModule } from '@angular/core';
+import { PreloadAllModules, RouterModule, Routes } from '@angular/router';
+
+
+const routes: Routes = [
+ { path: '', redirectTo: 'authentication/login', pathMatch: 'full' },
+ {
+ path: 'authentication', loadChildren: './authentication/authentication.module#AuthenticationPageModule'
+ },
+ { path: 'home', loadChildren: './home/home.module#HomePageModule' },
+ { path: 'profile', loadChildren: './profile/profile.module#ProfilePageModule' },
+ { path: 'vacation-rule', loadChildren: './vacation-rule/vacation-rule.module#VacationRulePageModule' },
+ { path: 'accrual-balances', loadChildren: './accrual-balances/accrual-balances.module#AccrualBalancesPageModule' },
+ { path: 'my-team', loadChildren: './my-team/my-team.module#MyTeamPageModule' },
+ { path: 'attendance', loadChildren: './attendance/attendance.module#AttendancePageModule' },
+ { path: 'eit', loadChildren: './eit/eit.module#EITPageModule' },
+ { path: 'absence', loadChildren: './absence/absence.module#AbsencePageModule' },
+ { path: 'notification', loadChildren: './notification/notification.module#NotificationPageModule' },
+ { path: 'my-specialist', loadChildren: './my-specialist/my-specialist.module#MySpecialistPageModule' },
+ { path: 'my-subordinate', loadChildren: './my-subordinate/my-subordinate.module#MySubordinatePageModule' },
+ { path: 'time-card', loadChildren: './time-card/time-card.module#TimeCardPageModule' },
+ { path: 'payslip', loadChildren: './payslip/payslip.module#PayslipPageModule' },
+ { path: 'attendance-tracking', loadChildren: './attendance-tracking/attendance-tracking.module#AttendanceTrackingPageModule' },
+ { path: 'itemforsale', loadChildren: './itemforsale/itemforsale.module#ItemforsalePageModule' },
+ { path: 'offersdiscount', loadChildren: './offersdiscount/offersdiscount.module#OffersdiscountPageModule' },
{ path: 'backend-integrations', loadChildren: './backend-integrations/backend-integrations.module#BackendIntegrationsPageModule' }
-
-const routes: Routes = [
- { path: '', redirectTo: 'authentication/login', pathMatch: 'full' },
- {
- path: 'authentication', loadChildren: './authentication/authentication.module#AuthenticationPageModule'
- },
- { path: 'home', loadChildren: './home/home.module#HomePageModule' },
- { path: 'profile', loadChildren: './profile/profile.module#ProfilePageModule' },
- { path: 'vacation-rule', loadChildren: './vacation-rule/vacation-rule.module#VacationRulePageModule' },
- { path: 'accrual-balances', loadChildren: './accrual-balances/accrual-balances.module#AccrualBalancesPageModule' },
- { path: 'my-team', loadChildren: './my-team/my-team.module#MyTeamPageModule' },
- { path: 'attendance', loadChildren: './attendance/attendance.module#AttendancePageModule' },
- { path: 'eit', loadChildren: './eit/eit.module#EITPageModule' },
- { path: 'absence', loadChildren: './absence/absence.module#AbsencePageModule' },
- { path: 'notification', loadChildren: './notification/notification.module#NotificationPageModule' },
- { path: 'my-specialist', loadChildren: './my-specialist/my-specialist.module#MySpecialistPageModule' },
- { path: 'my-subordinate', loadChildren: './my-subordinate/my-subordinate.module#MySubordinatePageModule' },
- { path: 'time-card', loadChildren: './time-card/time-card.module#TimeCardPageModule' },
- { path: 'payslip', loadChildren: './payslip/payslip.module#PayslipPageModule' },
- { path: 'attendance-tracking', loadChildren: './attendance-tracking/attendance-tracking.module#AttendanceTrackingPageModule' },
- { path: 'itemforsale', loadChildren: './itemforsale/itemforsale.module#ItemforsalePageModule' },
- { path: 'offersdiscount', loadChildren: './offersdiscount/offersdiscount.module#OffersdiscountPageModule' }
-
-
-
-];
-
-@NgModule({
- imports: [
- /*RouterModule.forRoot(routes, { preloadingStrategy: PreloadAllModules}),*/
- RouterModule.forRoot(routes),
- ],
- exports: [RouterModule]
-})
-export class AppRoutingModule { }
+
+
+
+];
+
+@NgModule({
+ imports: [
+ /*RouterModule.forRoot(routes, { preloadingStrategy: PreloadAllModules}),*/
+ RouterModule.forRoot(routes),
+ ],
+ exports: [RouterModule]
+})
+export class AppRoutingModule { }
diff --git a/Mohem/src/app/app.component.html b/Mohem/src/app/app.component.html
index a8aaa491..10dc48fd 100644
--- a/Mohem/src/app/app.component.html
+++ b/Mohem/src/app/app.component.html
@@ -66,6 +66,17 @@
{{notBadge}}
+
+
+
+
+ {{ts.trPK('login','announcement')}}
+ {{notBadge}}
+
+
+
@@ -148,6 +159,16 @@
+
+
+
+ {{ts.trPK('login','announcement')}}
+ {{notBadge}}
+
+
+