From 398d4c557f6b25343b054bcda30bab3c5f4fbf52 Mon Sep 17 00:00:00 2001 From: "surendar.m@watermelon.us" Date: Wed, 12 Apr 2023 14:56:03 +0530 Subject: [PATCH] profile field added --- .../consultant-setting.component.html | 39 +++++++++++++------ .../consultant-setting.component.ts | 19 +++++++-- 2 files changed, 43 insertions(+), 15 deletions(-) diff --git a/ng-seed/src/app/appoinment/consultant-setting/consultant-setting/consultant-setting.component.html b/ng-seed/src/app/appoinment/consultant-setting/consultant-setting/consultant-setting.component.html index c5ff521..919ade6 100644 --- a/ng-seed/src/app/appoinment/consultant-setting/consultant-setting/consultant-setting.component.html +++ b/ng-seed/src/app/appoinment/consultant-setting/consultant-setting/consultant-setting.component.html @@ -49,7 +49,15 @@
- {{practitionerdetails.gender}} + {{practitionerdetails.gender}} + + Gender + + + {{genderData.name}} + + + @@ -92,17 +100,26 @@ Experience - - +
+
+ + {{practitionerdetails.skills}} + + Skills + + {{skillsDetails.name}} + + +
+
+ + {{practitionerdetails.description}} + + Description + + +