Commit 3e9c0c2a3f53d22de2d6e47fbb0a1efc7a9bc073
1 parent
1a8c5bd64c
Exists in
master
usada descripcion larga.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/components/amb-imagenes/amb-imagenes.component.html
... | ... | @@ -32,7 +32,7 @@ |
32 | 32 | </thead> |
33 | 33 | <tbody> |
34 | 34 | <tr *ngFor="let articulo of auxProductos"> |
35 | - <td>{{articulo.DetArt}}</td> | |
35 | + <td>{{articulo.DET_LAR}}</td> | |
36 | 36 | <td>{{articulo.DET_LAR}}</td> |
37 | 37 | <td> |
38 | 38 | <img *ngIf="articulo.imagenes.length" src="{{apiUrl}}/imagenes/{{articulo.imagenes[0].imagen}}"> |