From dabe49161201e5aed0e2ab4e0091083360c2a217 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 18 Dec 2024 10:53:49 +0100 Subject: [PATCH] feat(employee-detail): add employee details layout and button --- .../employee-detail.component.html | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/app/components/employee-detail/employee-detail.component.html b/src/app/components/employee-detail/employee-detail.component.html index 035758f..b55b6c7 100644 --- a/src/app/components/employee-detail/employee-detail.component.html +++ b/src/app/components/employee-detail/employee-detail.component.html @@ -1,4 +1,26 @@
- test +
+ Zurück +
+
+

Name des Mitarbeiters

+

Straße: Straße des Benutzers

+

Postleitzahl: Postleitzahl des Benutzers

+

Stadt: Stadt des Benutzers

+

Telefonnummer: Telefonnummer des Benutzers

+
+
+

Qualifikationen

+
    +
  • Qualifikation 1
  • +
  • Qualifikation 2
  • +
  • Qualifikation 3
  • +
  • Qualifikation 4
  • +
  • Qualifikation 5
  • +
+
+
+ +