From 1dbee24b5a7094643afbb9e653bbc0676ed450d3 Mon Sep 17 00:00:00 2001 From: umasoodch Date: Sun, 5 Mar 2023 17:28:27 +0300 Subject: [PATCH] added tech support page --- Mohem/src/app/app.component.html | 27 +++++++++++--- Mohem/src/app/app.component.ts | 7 +++- .../services/common/common.service.ts | 3 ++ .../contact-us/contact-us.component.html | 11 ++++++ .../contact-us/contact-us.component.scss | 6 ++++ .../contact-us/contact-us.component.spec.ts | 27 ++++++++++++++ .../contact-us/contact-us.component.ts | 36 +++++++++++++++++++ Mohem/src/app/profile/profile.module.ts | 10 ++++-- Mohem/src/assets/localization/i18n.json | 12 +++++++ 9 files changed, 132 insertions(+), 7 deletions(-) create mode 100644 Mohem/src/app/profile/contact-us/contact-us.component.html create mode 100644 Mohem/src/app/profile/contact-us/contact-us.component.scss create mode 100644 Mohem/src/app/profile/contact-us/contact-us.component.spec.ts create mode 100644 Mohem/src/app/profile/contact-us/contact-us.component.ts diff --git a/Mohem/src/app/app.component.html b/Mohem/src/app/app.component.html index ac81978c..923d638d 100644 --- a/Mohem/src/app/app.component.html +++ b/Mohem/src/app/app.component.html @@ -61,6 +61,15 @@ + + + + + + {{ts.trPK('myTeam','help')}} + + + - + - +