You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disabling the autoPlay option [autoPlay]='false' works, but, what if i need this option to be enabled?
I think that some observable is not handled in a good way in the ngOnDestroy lifecycle hook
The text was updated successfully, but these errors were encountered:
When i navigate from the component that contains ui-carousel to another one, using router i get the following error.
ObjectUnsubscribedError {name: "ObjectUnsubscribedError", stack: "ObjectUnsubscribedError: object unsubscribed↵ a…ernal:///../../../../zone.js/dist/zone.js:485:48)", message: "object unsubscribed"} message : "object unsubscribed" name : "ObjectUnsubscribedError"
SOLUTION
Disabling the autoPlay option
[autoPlay]='false'
works, but, what if i need this option to be enabled?I think that some observable is not handled in a good way in the
ngOnDestroy
lifecycle hookThe text was updated successfully, but these errors were encountered: