Created
October 29, 2020 07:38
-
-
Save thisiszoaib/c93c7268f8947daaa135169a58b8d8cc to your computer and use it in GitHub Desktop.
card flip 1
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
| <div class="card" (click)="cardClicked()"> | |
| <div class="back"> | |
| <img src="assets/card-back.jpg"> | |
| </div> | |
| <div class="front"> | |
| <img [src]="'https://source.unsplash.com/' + data.imageId + '/200x300'"> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment