Guest User

Untitled

a guest
Jul 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <ion-header>
  2.  
  3.  
  4. <ion-navbar color="primary">
  5. <ion-title>
  6. Ubikate
  7. </ion-title>
  8. </ion-navbar>
  9. </ion-header>
  10.  
  11. <ion-content padding *ngFor="let video of videos">
  12. <iframe width="110%" height="480" [src]="video.video | ubikate" frameborder="0" allowfullscreen></iframe>
  13. </ion-content>
Add Comment
Please, Sign In to add comment