Advertisement
Guest User

Untitled

a guest
May 28th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.54 KB | None | 0 0
  1.  <ion-col width-40 no-padding>
  2.             <article-card *ngFor="let art1 of articlesV1"
  3.                          [article]="art1" #articleCard1
  4.                          (click)="articleCard1.articleDetails(art1)" >
  5.             </article-card>
  6.           </ion-col>
  7.  
  8.           <ion-col width-40 no-padding>
  9.             <article-card *ngFor="let art2 of articlesV2"
  10.                          [article]="art2" #articleCard2
  11.                          (click)="articleCard2.articleDetails(art2)">
  12.             </article-card>
  13.           </ion-col>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement