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
I have an owl carousel in a component which has different route params. For each route param, the list of items in the carousel changes.
I've used [items]="images" on the owl carousel so that the list updates fine, but when I change the route, the owl carousel disappears for a split second and then reappears. This looks strange because the rest of the component does not have to update when the route params change.
I feel that this should not be reinitialized in this way. Any thought would be appreciated. Thanks
The text was updated successfully, but these errors were encountered:
I have an owl carousel in a component which has different route params. For each route param, the list of items in the carousel changes.
I've used
[items]="images"
on the owl carousel so that the list updates fine, but when I change the route, the owl carousel disappears for a split second and then reappears. This looks strange because the rest of the component does not have to update when the route params change.I feel that this should not be reinitialized in this way. Any thought would be appreciated. Thanks
The text was updated successfully, but these errors were encountered: