specious / cloud9carousel

:cyclone: 3D-perspective carousel for jQuery / Zepto
http://j.mp/cloud9demo
233 stars 88 forks source link

looping carousel item doesn't work #32

Closed rahulkumarshaw closed 5 years ago

rahulkumarshaw commented 6 years ago

<div id="carousel" style="height:600px;" *ngFor="let item of items">

Item #1

image is displayed but not in carousel view. Carousel seems not to work in case of using *ngFor.

specious commented 5 years ago

I gather you are using this module in the context of the Angular framework. I currently have no real experience with Angular, so I'm not sure how to answer your question. If I understand correctly what you are asking, it is how to instantiate the carousel with the Angular framework. In that case, discussion #18 may be relevant.

Please reopen this issue if it's distinctly different.