Last active
June 25, 2018 09:50
-
-
Save realtomaszkula/2c879b701d85f6b19bbcf23af44b818f to your computer and use it in GitHub Desktop.
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 *carousel="let image from images; let ctrl = controller"> | |
<img [src]="image"> | |
<button (click)="ctrl.prev()">Previous</button> | |
<button (click)="ctrl.next()">Next</button> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment