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
It works just fine until I compile it to production. After doing that, I'm getting the following error anytime I click on a color (after the popover shows showing all the colors):
Cannot set property bg_color of [object Object] which has only a getter
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Your error is not anyway related to this library so not exactly the right place to ask help. Afaik you can not use style.background to set style, you should use ngStyle but not fully sure.
I'm using the following in my app:
It works just fine until I compile it to production. After doing that, I'm getting the following error anytime I click on a color (after the popover shows showing all the colors):
Cannot set property bg_color of [object Object] which has only a getter
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: