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
Every generated openapi code from typescript-angular fails, if the tsconfig.json compiler option exactOptionalPropertyTypes is set to true.
The reason is that in the constructor of configuration.ts a potential undefined value is assigned, although the corresponding property is only optional.
e.g.