From 077ce36872b13edcf01d90804849725d13e0dd81 Mon Sep 17 00:00:00 2001 From: Marcelo Puebla Date: Thu, 2 Jan 2020 11:42:15 -0300 Subject: [PATCH] Arreglo visual de imagenes --- src/app/shared/promocion/promocion.component.html | 3 +-- src/app/shared/promocion/promocion.component.ts | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/shared/promocion/promocion.component.html b/src/app/shared/promocion/promocion.component.html index 2aa31bf..95b62d4 100644 --- a/src/app/shared/promocion/promocion.component.html +++ b/src/app/shared/promocion/promocion.component.html @@ -19,8 +19,7 @@
+ class="row mx-0 justify-content-between bg-light badge-pill btn-effect">

{{'Sola'}} {{155 | currency}} diff --git a/src/app/shared/promocion/promocion.component.ts b/src/app/shared/promocion/promocion.component.ts index bc27497..47631e8 100644 --- a/src/app/shared/promocion/promocion.component.ts +++ b/src/app/shared/promocion/promocion.component.ts @@ -9,7 +9,7 @@ import { BsModalRef } from 'ngx-bootstrap/modal'; export class PromocionComponent implements OnInit { constructor( - private modalRef: BsModalRef, + public modalRef: BsModalRef, ) { } ngOnInit() { -- 1.9.1