Skip to content

Instantly share code, notes, and snippets.

@marlonschlosshauer
Created November 8, 2021 20:55
Show Gist options
  • Select an option

  • Save marlonschlosshauer/1d20ce57bb2bd194fb06cfe5944c430f to your computer and use it in GitHub Desktop.

Select an option

Save marlonschlosshauer/1d20ce57bb2bd194fb06cfe5944c430f to your computer and use it in GitHub Desktop.
swagger codegen angular
ng new codegen-test
npm i @openapitools/openapi-generator-cli --save-dev
npx openapi-generator-cli generate -i http://localhost:5000/swagger/v1/swagger.json -g typescript-angular -o src/libs/api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment