zijianhuang / webapiclientgen

Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
MIT License
167 stars 38 forks source link

In NG FormGroup, simplify for any #140

Closed zijianhuang closed 6 months ago

zijianhuang commented 6 months ago

Location: FormControl<any | null | undefined> had better to be Location: FormControl<any>

zijianhuang commented 6 months ago

now I don't export a nested, so this is irrelevant.