Commit 189a3b3af84ff6b7063ea39ecfdce10657559552
1 parent
d4e595559f
Exists in
master
and in
1 other branch
Codigo identado.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
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 | }; |