From d2123c803ab0ee56699004d6b88be070165bb71c Mon Sep 17 00:00:00 2001 From: mpuebla Date: Thu, 22 Aug 2019 11:22:59 -0300 Subject: [PATCH] Borrado metodo --- src/app/components/inicio/inicio.component.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/components/inicio/inicio.component.ts b/src/app/components/inicio/inicio.component.ts index 5882c6d..9ba91cf 100644 --- a/src/app/components/inicio/inicio.component.ts +++ b/src/app/components/inicio/inicio.component.ts @@ -77,11 +77,6 @@ export class InicioComponent implements OnInit { }, error => { console.error(error); }) } - showPopover() { - - this.popoverDirective.show(); - } - getProductos() { this.productoService.getAll() .subscribe((productos: Producto[]) => { -- 1.9.1