Type de customer ajouté 2
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user