Is there a way to get swagger codegen to generate files for Angular 5 specifically using the newer HTTPClientModule changes? At the moment I can't even get a version of the codegen to run and the online editor won't return codegen for https://esi.tech.ccp.is/latest/swagger.json and even if it did I think it wouldn't be angular 5.
This is now solved and can be done using the -c parameter for swagger codegen and using a config file similar to the below:
{
"ngVersion": "5.1"
}