This repo is the code for frontend app that we created as part of a api-first workshop exercise.
npm install
openapi-generator generate -g typescript-angular --additional-properties=prependFormOrBodyParameters=true,ngVersion=7.0.0 -o ./src/app/rest -i ./api-code-gen/todolist.yaml
ionic serve