Type de customer ajouté 2
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<nz-card style="width:400px;" [nzActions]="[edit, delete]">
|
<nz-card style="width:400px;" [nzActions]="[edit, delete]">
|
||||||
<h2 style="text-align: center; font-weight: bold">Client n°{{ customer().id }}</h2>
|
<h2 style="text-align: center; font-weight: bold">Client n°{{ customer().id }}</h2>
|
||||||
<p>Note : {{ customer().note }}</p>
|
<p>Note : {{ customer().note }}</p>
|
||||||
<p> Type de Contact : {{ customer().customerType}}</p>
|
<p> Type de client : {{ customer().customerType}}</p>
|
||||||
</nz-card>
|
</nz-card>
|
||||||
<ng-template #edit>
|
<ng-template #edit>
|
||||||
<nz-icon (click)="Edit()" nzType="edit" nzTheme="fill" />
|
<nz-icon (click)="Edit()" nzType="edit" nzTheme="fill" />
|
||||||
|
|||||||
Reference in New Issue
Block a user