Duncan Beevers
Duncan Beevers
I ended up creating a tool that parses the generated types with the `typescript` compiler itself and walks the AST to generate all the APIs fetchers.
I'll test this out with your older version of the web app and see if I can reproduce the issue.
Rather than generating an enum, how about generating a concrete array of strings, and then generating the string union from that? ```ts export const RoleStrings = [ 'STANDARD', 'APPRENTICE', 'SUPERVISOR',...
We've moved to serializing the `openapi-typescript` types and the JSON schema itself together in a single output file. This approach may serve your needs as well. Doing so allows us...
I think this issue can be closed. Support for these was originally added in c947515.
It was an official feature, though `predef` is getting deprecated.
Pushed update to var usage.
@enkodellc I haven't picked this up in a while, and eventually switched to the pure-angular [angular-ui/ui-select](https://github.com/angular-ui/ui-select) where I had a lot more control over how the markup was generated.
@tatomyr I verified this is fixed for me in 0.5.3. 
> which extension provides the inline errors? @jeremyfiel That comes from the [errorlens](https://marketplace.visualstudio.com/items/?itemName=usernamehw.errorlens) extension.