Skip to content

Instantly share code, notes, and snippets.

@phenomnomnominal
Last active March 31, 2019 09:24
Show Gist options
  • Save phenomnomnominal/c699044507e9476096d8dcc6c6da7505 to your computer and use it in GitHub Desktop.
Save phenomnomnominal/c699044507e9476096d8dcc6c6da7505 to your computer and use it in GitHub Desktop.
<my-card>
<my-card-hero>
<my-card-image
[image]="image">
</my-card-image>
</my-card-hero>
<my-card-title>{{ title }}</my-card-title>
<my-card-contents>
<my-card-details
[listed]="listed"
[price]="price">>
</my-card-details>
</my-card-contents>
</my-card>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment