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
The FormControl can represents represents primitives (string, number) and Partial<T> parameter messing up the typings.
Also in the angular the patchValue implementation it just calls setValue.