Commit 47796b0f8cc164da5b54945236f17567c69f18a9

Authored by Marcelo Puebla

Merge branch 'develop' into 'develop'

Seteo imagen en articulos

See merge request !8
src/app/services/articulo/articulo.service.ts
... ... @@ -41,6 +41,7 @@ export class ArticuloService {
41 41 return;
42 42 }
43 43 }
  44 + this.setArticulosSinImagen([articulo]);
44 45 this.carrito.unshift(articulo);
45 46 }
46 47