Last active
March 31, 2019 09:24
-
-
Save phenomnomnominal/c699044507e9476096d8dcc6c6da7505 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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