Type de customer ajouté 2

This commit is contained in:
2026-06-10 21:41:44 +02:00
parent a1e7330463
commit b0555d944b
@@ -2,7 +2,7 @@
<nz-card style="width:400px;" [nzActions]="[edit, delete]">
<h2 style="text-align: center; font-weight: bold">Client n°{{ customer().id }}</h2>
<p>Note : {{ customer().note }}</p>
<p> Type de Contact : {{ customer().customerType}}</p>
<p> Type de client : {{ customer().customerType}}</p>
</nz-card>
<ng-template #edit>
<nz-icon (click)="Edit()" nzType="edit" nzTheme="fill" />