Created
March 30, 2019 07:09
-
-
Save phenomnomnominal/3d0f6db371718a08217fb9d036634f87 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-video | |
[src]="src"> | |
</my-card-video> | |
</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