Commit 189a3b3af84ff6b7063ea39ecfdce10657559552

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

Codigo identado.

src/app/components/amb-imagenes/amb-imagenes.component.ts
... ... @@ -17,7 +17,7 @@ export class AmbImagenesComponent implements OnInit {
17 17 private auxProductos: Producto[] = [];
18 18 private searchTerm: string = '';
19 19  
20   - constructor(private productoService: ProductoService, private http: HttpClient) {}
  20 + constructor(private productoService: ProductoService, private http: HttpClient) { }
21 21  
22 22 ngOnInit() {
23 23  
... ... @@ -79,7 +79,7 @@ export class AmbImagenesComponent implements OnInit {
79 79  
80 80 var fr = new FileReader();
81 81  
82   - fr.onload = function() {
  82 + fr.onload = function () {
83 83  
84 84 resolve(fr.result);
85 85 };