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 was trying to change the value of backgroundColor by panning on this color picker. Though the value of backgroundColor was changing in console but the effect was not seen on HTML view. So I have to seperately call this.zone.run() to bind event color with backgroundColor
The text was updated successfully, but these errors were encountered:
mayankkataria
changed the title
Out of NgZone and can't bind color data in latest angular version
Out of NgZone and can't bind color data on latest angular version
Nov 26, 2020
I was trying to change the value of
backgroundColor
by panning on this color picker. Though the value ofbackgroundColor
was changing in console but the effect was not seen on HTML view. So I have to seperately callthis.zone.run()
to bind event color withbackgroundColor
The text was updated successfully, but these errors were encountered: