ui-carousel icon indicating copy to clipboard operation
ui-carousel copied to clipboard

How can fix ObjectUnsubscribedError

Open BluesPeter opened this issue 6 years ago • 8 comments

hello,you fix the ObjectUnsubscribedError, but you don't seem to have publish this to NPM so that when I npm intall ui-carousel --save, I still have these bugs

BluesPeter avatar Mar 27 '18 03:03 BluesPeter

Same here. Still can't get rid of ObjectUnsubscribedError from the latest npm install.

ferdinandarmalim avatar Mar 28 '18 07:03 ferdinandarmalim

If I set the autoPlay to false in my html file, the ObjectUnsubscribedError disappear. <ui-carousel [autoPlay]="false"

alexandrepayette avatar Mar 29 '18 01:03 alexandrepayette

Yes, I do notice that. But I need the autoplay functionality.

ferdinandarmalim avatar Mar 29 '18 04:03 ferdinandarmalim

Same issue with latest NPM Version: 0.2.0

sirwesley avatar Apr 07 '18 17:04 sirwesley

I am also having this issue

tshoposki avatar Apr 08 '18 18:04 tshoposki

Same issue....

vvraviteja avatar Apr 12 '18 10:04 vvraviteja

How did they solve it?

rattios avatar Apr 16 '18 00:04 rattios

A colleague of mine published a fork with the fix.

https://www.npmjs.com/package/ng-carousel-iuno https://github.com/goergch/ui-carousel

npm i ng-carousel-iuno

MBeuttler avatar Apr 25 '18 08:04 MBeuttler