diff --git a/src/app/components/employee-detail/employee-detail.component.html b/src/app/components/employee-detail/employee-detail.component.html index 0968dfb..7c0e320 100644 --- a/src/app/components/employee-detail/employee-detail.component.html +++ b/src/app/components/employee-detail/employee-detail.component.html @@ -1,16 +1,16 @@
- +

{{ employee.firstName }} {{ employee.lastName }}

-

Straße: {{ employee.street }}

-

Postleitzahl: {{ employee.postcode }}

-

Stadt: {{ employee.city }}

-

Telefonnummer: {{ employee.phone }}s

- - +

Street: {{ employee.street }}

+

Postal Code: {{ employee.postcode }}

+

City: {{ employee.city }}

+

Phone number: {{ employee.phone }}s

+ +
@@ -19,7 +19,6 @@ @for(skill of skillSet; track skill) {
  • {{ skill }}
  • } -