Commit ab78443c936bf09ff337242bdd2a9f064ae3554a
1 parent
683b075faf
Exists in
master
and in
1 other branch
Agregada ruta al darle cancelar.
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
src/app/components/sidebar/sidebar.component.html
... | ... | @@ -60,7 +60,10 @@ |
60 | 60 | <span class="font-weight-bold pr-1">Finalizar y Pagar</span> |
61 | 61 | <i class="fa fa-check text-success" aria-hidden="true"></i> |
62 | 62 | </button> |
63 | - <button type="button" class="btn btn-block btn-light shadow btn-sm shadow" (click)="cleanCarrito()"> | |
63 | + <button | |
64 | + type="button" | |
65 | + class="btn btn-block btn-light shadow btn-sm shadow" | |
66 | + [routerLink]="['/cancelar-compra']"> | |
64 | 67 | <span class="pr-1">Cancelar</span> |
65 | 68 | <i class="fa fa-times text-danger" aria-hidden="true"></i> |
66 | 69 | </button> |