Commit 23ff236737ebc7a24036e87f04f474b5aadc8644

Authored by Marcelo Puebla
1 parent 41ed625185
Exists in master and in 1 other branch validar_pve

Agregado espacio.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/app/components/inicio/inicio.component.ts
... ... @@ -78,6 +78,7 @@ export class InicioComponent implements OnInit {
78 78 }
79 79  
80 80 getProductos() {
  81 +
81 82 this.productoService.getAll()
82 83 .subscribe((productos: Producto[]) => {
83 84 this.productos = productos;