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
Despite setting changeDetection: ChangeDetectionStrategy.OnPush, the gauge colors don’t update automatically; the update only occurs when the gauge value changes.
The text was updated successfully, but these errors were encountered:
Using Angular 18
signal
for dark/light theme management withcomputed
in my component.Despite setting changeDetection: ChangeDetectionStrategy.OnPush, the gauge colors don’t update automatically; the update only occurs when the gauge value changes.
The text was updated successfully, but these errors were encountered: