Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 11, 2020 02:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/9cb05a6584a3d1d603ba03128d0dd4cc to your computer and use it in GitHub Desktop.
Save parzibyte/9cb05a6584a3d1d603ba03128d0dd4cc to your computer and use it in GitHub Desktop.
<mat-card>
<div style="">
<div class="contenedor-imagen">
<img src="{{resolverRuta()}}" alt="">
</div>
<div style="display: inline-block; vertical-align: top">
<h2>{{producto.nombre}}</h2>
<h1>{{producto.precio | currency}}</h1>
<button (click)="detalles()" mat-stroked-button color="warn">Ver detalles
<mat-icon>arrow_right</mat-icon>
</button>
</div>
</div>
</mat-card>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment