error-stock.component.html
331 Bytes
<div class="bg-primary text-center rounded">
<div class="modal-body">
<p class="h4 text-white text-center mx-3 mb-3">El articulo {{articulo.MKT_DESC}} no tiene stock</p>
<div
class="m-0 h4 d-inline-block py-2 btn-effect bg-white badge-pill"
(click)="modalRef.hide()">
Aceptar
</div>
</div>
</div>