Commit ec06683ada5da45105e5f3089f9d9d35951a1f67

Authored by Marcelo Puebla
1 parent 8c203fc8f1
Exists in master and in 1 other branch validar_pve

Agregado el tipo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/services/producto.service.ts
... ... @@ -20,7 +20,7 @@ export class ProductoService {
20 20 return this.http.get(`${appSettings.apiUrl}/articulos`);
21 21 }
22 22  
23   - setProductos(producto){
  23 + setProductos(producto : Producto){
24 24  
25 25 this.productos.push(producto);
26 26 this.productosEvent.emit(this.productos);