Guest User

Untitled

a guest
Jun 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <div *carousel="let image from images; let ctrl = controller">
  2. <img [src]="image" />
  3.  
  4. <button (click)="ctrl.prev()">Previous</button>
  5. <button (click)="ctrl.next()">Next</button>
  6. </div>
Add Comment
Please, Sign In to add comment