我一直在尝试使用Ionic2来复制9gag移动应用中的UI / Ux以及http://m.9gag.com,其中初始帖子是卡片滚动但是点击帖子/卡后布局打开了滑块页面,用户可以滑动以显示帖子。
如何在angular2
中完成以下是卡片布局的代码。
<ion-card (click)='openSlide()'>
<img src="https://thechive.files.wordpress.com/2017/03/boaty-mcboatface-sets-off-on-maiden-voyage-23.jpg"/>
<ion-card-content>
<ion-card-title>
Maiden
</ion-card-title>
<p>
Voyage
</p>
</ion-card-content>
</ion-card>