Commit d2123c803ab0ee56699004d6b88be070165bb71c
1 parent
c91a1487a6
Exists in
master
Borrado metodo
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
src/app/components/inicio/inicio.component.ts
... | ... | @@ -77,11 +77,6 @@ export class InicioComponent implements OnInit { |
77 | 77 | }, error => { console.error(error); }) |
78 | 78 | } |
79 | 79 | |
80 | - showPopover() { | |
81 | - | |
82 | - this.popoverDirective.show(); | |
83 | - } | |
84 | - | |
85 | 80 | getProductos() { |
86 | 81 | this.productoService.getAll() |
87 | 82 | .subscribe((productos: Producto[]) => { |