Skip to content

Instantly share code, notes, and snippets.

@phenomnomnominal
Created March 13, 2019 22:42
Show Gist options
  • Save phenomnomnominal/20234957b92585ce56bd02b434ad8385 to your computer and use it in GitHub Desktop.
Save phenomnomnominal/20234957b92585ce56bd02b434ad8385 to your computer and use it in GitHub Desktop.
<div
class="o-card__images-container">
<div
class="o-card__image"
[style.background-image]="imageUrl">
<div
class="o-card__image-aspect-ratio">
</div>
</div>
</div>
<div
class="o-card__title-container">
<h3
class="o-card__title">{{ title }}
</h3>
</div>
<div
class="o-card__details-container">
<div>
<h4>Price</h4>
<span>{{ price | currency }}</span>
</div>
<div>
<h4>Listed</h4>
<span>{{ listed | date }}</span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment