From e58be0d5fc9c054957f891a4bf9ab431a813e91b Mon Sep 17 00:00:00 2001 From: enadhilal Date: Wed, 8 Sep 2021 10:01:05 +0300 Subject: [PATCH] pushed for business card --- Mohem/src/app/app.component.html | 20 +++++ Mohem/src/app/app.component.ts | 11 +++ Mohem/src/app/app.module.ts | 5 +- .../business-card.component.html | 74 +++++++++++++++++++ .../business-card.component.scss | 31 ++++++++ .../business-card.component.spec.ts | 27 +++++++ .../business-card/business-card.component.ts | 40 ++++++++++ .../services/connector/connector.service.ts | 4 +- .../ui/welcome-login/welcome.component.html | 8 ++ .../ui/welcome-login/welcome.component.ts | 9 +++ 10 files changed, 225 insertions(+), 4 deletions(-) create mode 100644 Mohem/src/app/authentication/business-card/business-card.component.html create mode 100644 Mohem/src/app/authentication/business-card/business-card.component.scss create mode 100644 Mohem/src/app/authentication/business-card/business-card.component.spec.ts create mode 100644 Mohem/src/app/authentication/business-card/business-card.component.ts diff --git a/Mohem/src/app/app.component.html b/Mohem/src/app/app.component.html index d7a25f37..adb41c30 100644 --- a/Mohem/src/app/app.component.html +++ b/Mohem/src/app/app.component.html @@ -75,6 +75,16 @@ {{notBadge}} + + + + + + + {{ts.trPK('general','digital-id')}} + {{notBadge}} + + @@ -164,6 +174,16 @@ {{notBadge}} + + + + + + + {{ts.trPK('general','digital-id')}} + {{notBadge}} + +