updated modal-button for choice between all types of button at the initialization of the modal
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<td>{{data.estimateDeliveryDate | date: 'dd/MM/yyyy'}}</td>
|
||||
<td>{{data.realDeliveryDate | date: 'dd/MM/yyyy'}}</td>
|
||||
<td>
|
||||
<app-modal-button name="Voir les produits">
|
||||
<app-modal-button type="link" name="Voir les produits">
|
||||
<div style="max-height: 400px; overflow-y: auto;">
|
||||
<nz-table [nzData]="data.productDelivery">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user