jnwltr / swagger-angular-generator

Generator of API layer in TypeScript for Angular 2+ apps
MIT License
91 stars 46 forks source link

Make generated code working with strictNullChecks #48

Closed katemihalikova closed 6 years ago

katemihalikova commented 6 years ago

Adds strictNullChecks: true to demo app and makes generated code working with that. Compiled and generated files are included.

Also includes a little fix of the demo in app.module.ts, I was not able to run it without it..

This is a part of #36, refactored out to a separate commit and rebased onto actual master, as discussed earlier.