Last active
June 25, 2018 09:51
-
-
Save realtomaszkula/f3fcc93e45d1bd09644760b7f11c7d4c 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