ui-carousel is an easy-to-use carousel component for Angular 4 and 5 that features touch events, lazy loading of images, and more.
angular material carousel, carousel for angular, angular carousel slider example, angular carousel multiple items
Features:
- 👌 Supports touch events
- ⚡️ Image lazy loading
- 😈 No third-party library
- 😎 Easy to use API
How to make use of it:
Install
npm install ui-carousel --save
Usages
<ui-carousel [infinite]="true" [fade]="false" [speed]="200" > <ui-carousel-item *ngFor="let item of items"> <img [ui-lazy-load]="item.img"> </ui-carousel-item> </ui-carousel>
carousel component angular, ui-carousel Plugin/Github
See Demo And Download
Official Website(bougarfaoui): Click Here
This superior jQuery/javascript plugin is developed by bougarfaoui. For extra advanced usage, please go to the official website.