src/app/customers/detail/customer.detail.component.html [71:90]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Address
location_on
{{customer.address?.street}}, {{customer.address?.city}}, {{customer.address?.postalCode}},
{{customer.address?.country}}
Contact information
email
phone
smartphone
{{detail.value}}
No contact details available
Birthday
cake
{{customer.dateOfBirth | displayFimsDate}}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
src/app/teller/customer/customer-detail.component.html [33:52]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Address
location_on
{{customer.address?.street}}, {{customer.address?.city}}, {{customer.address?.postalCode}},
{{customer.address?.country}}
Contact information
email
phone
smartphone
{{detail.value}}
No contact details available
Birthday
cake
{{customer.dateOfBirth | displayFimsDate}}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -