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
when you use ngu-carousel in a component which its change detection strategy is OnPush, if you don't set the (onMove) output then pointer don't reflect the slide position. see this stackblitz.
the workaround is to set (onMove)="{}" for <ngu-carousel>
but why this issue happen?
The text was updated successfully, but these errors were encountered:
when you use ngu-carousel in a component which its change detection strategy is
OnPush
, if you don't set the(onMove)
output then pointer don't reflect the slide position. see this stackblitz.the workaround is to set
(onMove)="{}"
for<ngu-carousel>
but why this issue happen?
The text was updated successfully, but these errors were encountered: